mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-06 20:08:48 +02:00
Local media sync events
This commit is contained in:
@@ -62,6 +62,10 @@ class DbService {
|
||||
return AbsDatabase.getAllLocalMediaProgress().then((data) => data.value)
|
||||
}
|
||||
|
||||
getLocalMediaProgressForServerItem(payload) {
|
||||
return AbsDatabase.getLocalMediaProgressForServerItem(payload)
|
||||
}
|
||||
|
||||
removeLocalMediaProgress(localMediaProgressId) {
|
||||
return AbsDatabase.removeLocalMediaProgress({ localMediaProgressId })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user