[Webkit-unassigned] [Bug 248737] New: Unable to set image in media sessions metadata.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 4 03:35:19 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=248737

            Bug ID: 248737
           Summary: Unable to set image in media sessions metadata.
           Product: WebKit
           Version: Safari 16
          Hardware: Mac (Intel)
                OS: macOS 13
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: hiatal-tab-0t at icloud.com

Created attachment 463886

  --> https://bugs.webkit.org/attachment.cgi?id=463886&action=review

Now playing widget screenshot

Steps to reproduce:

1. Open music.yandex.com
2. Open browser console
3. Paste this code:

navigator.mediaSession.metadata = new MediaMetadata({
    title: "11111111111",
    artist: "222222222",
    album: "3333333333",
    artwork: [
        { src: "https://avatars.yandex.net/get-music-content/5375761/c8e05100.a.19837155-1/200x200" }
    ]});

4. Press Enter
5. Open Now playing widget

Title, artist, album is set correctly. Cover not set.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221204/c560e9bc/attachment.htm>


More information about the webkit-unassigned mailing list