Skip to content

Commit

Permalink
Update:Use raw cover art for media session advplyr#2514
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Jan 15, 2024
1 parent f5545cd commit b51853b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/app/StreamContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b51853b

Please sign in to comment.