mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-30 07:07:22 +02:00
Rebuilding audio player and handling playback sessions in android. Moving all logic natively
This commit is contained in:
+2
-8
@@ -1,6 +1,5 @@
|
||||
export const state = () => ({
|
||||
libraryItemPlaying: null,
|
||||
mediaEntityPlaying: null
|
||||
|
||||
})
|
||||
|
||||
export const getters = {
|
||||
@@ -29,10 +28,5 @@ export const actions = {
|
||||
}
|
||||
|
||||
export const mutations = {
|
||||
setLibraryItemPlaying(state, libraryItem) {
|
||||
state.libraryItemPlaying = libraryItem
|
||||
},
|
||||
setMediaEntityPlaying(state, mediaEntity) {
|
||||
state.mediaEntityPlaying = mediaEntity
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user