mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-06 20:08:48 +02:00
Fix:Setting local library item as finished when local media progress does not exist
This commit is contained in:
@@ -199,7 +199,8 @@ class AbsDatabaseWeb extends WebPlugin {
|
||||
return []
|
||||
}
|
||||
|
||||
async updateLocalMediaProgressFinished({ localMediaProgressId, isFinished }) {
|
||||
async updateLocalMediaProgressFinished(payload) {
|
||||
// { localLibraryItemId, localEpisodeId, isFinished }
|
||||
return null
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user