Add:iOS support offline episode chapters #675

This commit is contained in:
advplyr
2023-06-18 15:34:56 -05:00
parent 1da03cdd65
commit ae37861f7d
5 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
// Override point for customization after application launch.
let configuration = Realm.Configuration(
schemaVersion: 8,
schemaVersion: 9,
migrationBlock: { [weak self] migration, oldSchemaVersion in
if (oldSchemaVersion < 1) {
self?.logger.log("Realm schema version was \(oldSchemaVersion)")