浏览代码

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 = ""