ソースを参照

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 NextcloudKit
 
-typealias tableVideo = tableVideoV2
-class tableVideoV2: Object {
+typealias tableVideo = tableVideoV3
+class tableVideoV3: Object {
 
     @Persisted var account = ""
     @Persisted(primaryKey: true) var ocId = ""