Add sync local media progress

This commit is contained in:
advplyr 2022-04-09 18:36:32 -05:00
parent d9e4469089
commit 12a153d423
7 changed files with 186 additions and 18 deletions

View file

@ -166,6 +166,10 @@ class AbsDatabaseWeb extends WebPlugin {
async removeLocalMediaProgress({ localMediaProgressId }) {
return null
}
async syncLocalMediaProgressWithServer() {
return null
}
}
const AbsDatabase = registerPlugin('AbsDatabase', {