mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-03 17:44:51 +02:00
Fix data model issues
This commit is contained in:
parent
e275aa1699
commit
446e54cb91
6 changed files with 65 additions and 69 deletions
|
@ -45,7 +45,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
|||
|
||||
// Local library
|
||||
Realm.registerRealmables(LocalLibraryItem.self)
|
||||
Realm.registerRealmables(LocalPodcastEpisode.self)
|
||||
Realm.registerRealmables(LocalFile.self)
|
||||
Realm.registerRealmables(LocalMediaProgress.self)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue