mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-10 05:54:47 +02:00
Update:Syncing local sessions rewrite to support offline sessions #381
This commit is contained in:
parent
2f243787ce
commit
f215efdcd0
17 changed files with 207 additions and 225 deletions
|
@ -198,6 +198,10 @@ class AbsDatabaseWeb extends WebPlugin {
|
|||
return null
|
||||
}
|
||||
|
||||
async syncLocalSessionsWithServer() {
|
||||
return null
|
||||
}
|
||||
|
||||
async syncServerMediaProgressWithLocalMediaProgress(payload) {
|
||||
return null
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue