Skip to content

Commit 3037d44

Browse files
fix
Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
1 parent ec8e436 commit 3037d44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/NextcloudKit/TypeIdentifiers/NKTypeIdentifiers.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public actor NKTypeIdentifiers {
3535
uti = cachedUTI
3636
} else if let type = UTType(filenameExtension: ext) {
3737
utiCache[ext] = type.identifier
38+
uti = type.identifier
3839
}
3940

4041
if let uti {

0 commit comments

Comments
 (0)