mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-10 05:54:47 +02:00
Fix:Setting local library item as finished when local media progress does not exist
This commit is contained in:
parent
068762912f
commit
bec3f5841e
5 changed files with 91 additions and 45 deletions
|
@ -199,7 +199,8 @@ class AbsDatabaseWeb extends WebPlugin {
|
|||
return []
|
||||
}
|
||||
|
||||
async updateLocalMediaProgressFinished({ localMediaProgressId, isFinished }) {
|
||||
async updateLocalMediaProgressFinished(payload) {
|
||||
// { localLibraryItemId, localEpisodeId, isFinished }
|
||||
return null
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue