Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
Signed-off-by: Marino Faggiana <[email protected]>
  • Loading branch information
marinofaggiana committed Dec 9, 2023
1 parent e3b2ae8 commit b5f351d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/NextcloudKit/NKModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -945,8 +945,8 @@ class NKDataFileXML: NSObject {
(files[index].fileName as NSString).deletingPathExtension == (files[index + 1].fileName as NSString) .deletingPathExtension,
files[index].classFile == NKCommon.TypeClassFile.image.rawValue,
files[index + 1].classFile == NKCommon.TypeClassFile.video.rawValue {
files[index].livePhotoFile = files[index + 1].fileName
files[index + 1].livePhotoFile = files[index].fileName
files[index].livePhotoFile = files[index + 1].fileId
files[index + 1].livePhotoFile = files[index].fileId
}
}

Expand Down

0 comments on commit b5f351d

Please sign in to comment.