mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-06 20:08:48 +02:00
Fix:iOS 0 second listening sessions #970 and include device info with offline sessions
This commit is contained in:
+2
-2
@@ -70,8 +70,8 @@ class DbService {
|
||||
return AbsDatabase.removeLocalMediaProgress({ localMediaProgressId })
|
||||
}
|
||||
|
||||
syncLocalSessionsWithServer() {
|
||||
return AbsDatabase.syncLocalSessionsWithServer()
|
||||
syncLocalSessionsWithServer(isFirstSync) {
|
||||
return AbsDatabase.syncLocalSessionsWithServer({ isFirstSync })
|
||||
}
|
||||
|
||||
syncServerMediaProgressWithLocalMediaProgress(payload) {
|
||||
|
||||
Reference in New Issue
Block a user