Browse Source

Update NCManageDatabase+Video.swift

Marino Faggiana 1 year ago
parent
commit
92c63d070a
1 changed files with 2 additions and 2 deletions
  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 = ""