Update:Syncing local sessions rewrite to support offline sessions #381

This commit is contained in:
advplyr 2023-02-05 16:54:46 -06:00
parent 2f243787ce
commit f215efdcd0
17 changed files with 207 additions and 225 deletions

View file

@ -198,6 +198,10 @@ class AbsDatabaseWeb extends WebPlugin {
return null
}
async syncLocalSessionsWithServer() {
return null
}
async syncServerMediaProgressWithLocalMediaProgress(payload) {
return null
}