mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 01:54:33 +02:00
Android add media progress sync for server sessions
This commit is contained in:
parent
9ad351f0d7
commit
526fca98b9
10 changed files with 290 additions and 317 deletions
|
@ -26,7 +26,7 @@ export const getters = {
|
|||
if (!state.user || !state.user.mediaProgress) return null
|
||||
return state.user.mediaProgress.find(li => {
|
||||
if (episodeId && li.episodeId !== episodeId) return false
|
||||
return li.id == libraryItemId
|
||||
return li.libraryItemId == libraryItemId
|
||||
})
|
||||
},
|
||||
getUserBookmarksForItem: (state) => (libraryItemId) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue