mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-08 12:58:38 +02:00
Configure more local file data
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
import Foundation
|
||||
import RealmSwift
|
||||
|
||||
|
||||
class LocalLibraryItem: Object, Encodable {
|
||||
@Persisted(primaryKey: true) var id: String = UUID().uuidString
|
||||
@Persisted var basePath: String = ""
|
||||
|
||||
Reference in New Issue
Block a user