RESOLVED FIXED 146698
Media Session: propagate artwork URL with metadata to UI clients
https://bugs.webkit.org/show_bug.cgi?id=146698
Summary Media Session: propagate artwork URL with metadata to UI clients
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.