Bug 146698

Summary: Media Session: propagate artwork URL with metadata to UI clients
Product: WebKit Reporter: Matt Rajca <mrajca>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: conrad_shultz, eric.carlson, mrajca, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 145411    
Attachments:
Description Flags
Patch thorton: review+

Matt Rajca
Reported 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.
Attachments
Patch (3.01 KB, patch)
2015-07-07 17:19 PDT, Matt Rajca
thorton: review+
Radar WebKit Bug Importer
Comment 1 2015-07-07 16:10:50 PDT
Matt Rajca
Comment 2 2015-07-07 17:19:10 PDT
Tim Horton
Comment 3 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.
Matt Rajca
Comment 4 2015-07-08 16:45:01 PDT
Note You need to log in before you can comment on or make changes to this bug.