Update:Use raw cover art for media session #2514

This commit is contained in:
advplyr 2024-01-15 08:34:12 -06:00
parent f5545cd3f4
commit b51853b3df

View File

@ -349,7 +349,7 @@ export default {
}
if ('mediaSession' in navigator) {
var coverImageSrc = this.$store.getters['globals/getLibraryItemCoverSrc'](this.streamLibraryItem, '/Logo.png')
var coverImageSrc = this.$store.getters['globals/getLibraryItemCoverSrc'](this.streamLibraryItem, '/Logo.png', true)
const artwork = [
{
src: coverImageSrc