Bug 146698 - Media Session: propagate artwork URL with metadata to UI clients
Summary: Media Session: propagate artwork URL with metadata to UI clients
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 145411
  Show dependency treegraph
 
Reported: 2015-07-07 16:10 PDT by Matt Rajca
Modified: 2015-07-08 16:45 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.01 KB, patch)
2015-07-07 17:19 PDT, Matt Rajca
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Rajca 2015-07-07 16:10:02 PDT
In addition to the artist, title, and album, we need to pass along the artwork URL to UI clients.
Comment 1 Radar WebKit Bug Importer 2015-07-07 16:10:50 PDT
<rdar://problem/21714348>
Comment 2 Matt Rajca 2015-07-07 17:19:10 PDT
Created attachment 256336 [details]
Patch
Comment 3 Tim Horton 2015-07-08 13:11:11 PDT
Comment on attachment 256336 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=256336&action=review

> Source/WebKit2/Shared/WebMediaSessionMetadata.h:45
> +    String artworkURL() const { return m_metadata.artworkURL().string(); }

Not sure why the stringification, but it seems to be the same elsewhere.
Comment 4 Matt Rajca 2015-07-08 16:45:01 PDT
Committed r186535: <http://trac.webkit.org/changeset/186535>