mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-08 03:32:43 +02:00
Update item image in audio player when updated on item #4025
This commit is contained in:
@@ -171,6 +171,10 @@ export const mutations = {
|
||||
state.playerQueueItems = payload.queueItems || []
|
||||
}
|
||||
},
|
||||
updateStreamLibraryItem(state, libraryItem) {
|
||||
if (!libraryItem) return
|
||||
state.streamLibraryItem = libraryItem
|
||||
},
|
||||
setIsPlaying(state, isPlaying) {
|
||||
state.streamIsPlaying = isPlaying
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user