Fix:Close playback when logging out

This commit is contained in:
advplyr
2022-04-26 16:46:29 -05:00
parent 72f10e5f42
commit d64dd63ea4
3 changed files with 7 additions and 5 deletions
-3
View File
@@ -21,9 +21,6 @@ export const state = () => ({
})
export const getters = {
playerIsOpen: (state) => {
return state.streamAudiobook
},
getIsItemStreaming: state => libraryItemId => {
return state.playerLibraryItemId == libraryItemId
},