Update item image in audio player when updated on item #4025
This commit is contained in:
parent
96825c3c2b
commit
ddf2ca3670
3 changed files with 9 additions and 2 deletions
|
|
@ -156,7 +156,7 @@ export default {
|
|||
return this.mediaMetadata.authors || []
|
||||
},
|
||||
libraryId() {
|
||||
return this.streamLibraryItem ? this.streamLibraryItem.libraryId : null
|
||||
return this.streamLibraryItem?.libraryId || null
|
||||
},
|
||||
totalDurationPretty() {
|
||||
// Adjusted by playback rate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue