mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-01 08:34:33 +02:00
Add sync local media progress
This commit is contained in:
parent
d9e4469089
commit
12a153d423
7 changed files with 186 additions and 18 deletions
|
@ -166,6 +166,10 @@ class AbsDatabaseWeb extends WebPlugin {
|
|||
async removeLocalMediaProgress({ localMediaProgressId }) {
|
||||
return null
|
||||
}
|
||||
|
||||
async syncLocalMediaProgressWithServer() {
|
||||
return null
|
||||
}
|
||||
}
|
||||
|
||||
const AbsDatabase = registerPlugin('AbsDatabase', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue