mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-30 22:59:35 +02:00
Fix:iOS 0 second listening sessions #970 and include device info with offline sessions
This commit is contained in:
parent
2327bc1705
commit
0da6fca727
5 changed files with 17 additions and 13 deletions
|
@ -70,8 +70,8 @@ class DbService {
|
|||
return AbsDatabase.removeLocalMediaProgress({ localMediaProgressId })
|
||||
}
|
||||
|
||||
syncLocalSessionsWithServer() {
|
||||
return AbsDatabase.syncLocalSessionsWithServer()
|
||||
syncLocalSessionsWithServer(isFirstSync) {
|
||||
return AbsDatabase.syncLocalSessionsWithServer({ isFirstSync })
|
||||
}
|
||||
|
||||
syncServerMediaProgressWithLocalMediaProgress(payload) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue