Sync playback position (online only)

This commit is contained in:
Rasmus Krämer 2022-04-15 12:21:46 +02:00
parent 29fd29728a
commit 363bfd206c
No known key found for this signature in database
GPG key ID: EC9E510611BFDAA2
6 changed files with 74 additions and 23 deletions

View file

@ -21,7 +21,9 @@ class Store {
Database.setLastActiveConfigIndexToNil()
}
_serverConfig = nil
Database.realmQueue.sync {
_serverConfig = updated
}
}
}
}