|
@@ -772,7 +772,7 @@ import Queuer
|
|
|
children.insert(viewInFolder, at: children.count-1)
|
|
|
}
|
|
|
|
|
|
- if !isFolderEncrypted && (metadata.contentType == "com.adobe.pdf" || metadata.contentType == "application/pdf" || metadata.typeFile == NCGlobal.shared.metadataTypeFileImage || metadata.typeFile == NCGlobal.shared.metadataTypeFileVideo) {
|
|
|
+ if !isFolderEncrypted && (metadata.contentType == "com.adobe.pdf" || metadata.contentType == "application/pdf" || metadata.typeFile == NCGlobal.shared.metadataTypeFileImage) {
|
|
|
children.insert(markup, at: children.count-1)
|
|
|
}
|
|
|
|