瀏覽代碼

Update NCManageDatabase+Video.swift

Marino Faggiana 2 年之前
父節點
當前提交
92c63d070a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      iOSClient/Data/NCManageDatabase+Video.swift

+ 2 - 2
iOSClient/Data/NCManageDatabase+Video.swift

@@ -25,8 +25,8 @@ import Foundation
 import RealmSwift
 import RealmSwift
 import NextcloudKit
 import NextcloudKit
 
 
-typealias tableVideo = tableVideoV2
-class tableVideoV2: Object {
+typealias tableVideo = tableVideoV3
+class tableVideoV3: Object {
 
 
     @Persisted var account = ""
     @Persisted var account = ""
     @Persisted(primaryKey: true) var ocId = ""
     @Persisted(primaryKey: true) var ocId = ""