v0.1 exifBlacklist

This commit is contained in:
Miloš Holba
2020-09-12 11:15:32 +02:00
parent 84b47416d6
commit 89fa2fce23
2 changed files with 2 additions and 3 deletions

View File

@@ -285,7 +285,7 @@ const Helpers = {
let mimetypesBlacklist = store.getters.config.mimetypesBlacklist
for (let i = 0 ; i<files.length; i++ ) {
let fileType = files[i].type.split("/")
let fileType = files[i].type.split('/')
if(!fileType[0]) {
fileType[1] = _.last(files[i].name.split('.'))