Configure more local file data

This commit is contained in:
ronaldheft
2022-07-30 17:21:50 -04:00
parent fec1ec554b
commit 9eca03cfd7
3 changed files with 22 additions and 13 deletions
-1
View File
@@ -8,7 +8,6 @@
import Foundation
import RealmSwift
class LocalLibraryItem: Object, Encodable {
@Persisted(primaryKey: true) var id: String = UUID().uuidString
@Persisted var basePath: String = ""