Player widget on the lock screen Desculpe, este artigo está disponível em inglês By default, the player transmits the poster image and title to the device's lock screen via the MediaSession. Control buttons and playlist navigation will also work. You can pass another image using the lockposter parameter. If you need to pass extended parameters (Artist, Album, etc.), please use the mediasession option. mediasession:{ title:"Song", artist:"Artist", album:"Album", artwork:[ {src:"https://site.com/96x96.png",sizes:"96x96",type:"image/png"}, {src:"https://site.com/128x128.png",sizes:"128x128",type:"image/png"} ] } |