소스 검색

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