fix import video dialog

This commit is contained in:
rlx 2016-08-09 15:32:40 +02:00
parent 225b7cedbd
commit c3a4b227b7

View file

@ -96,7 +96,7 @@ pandora.ui.importMediaDialog = function(options) {
if (key == 'year' && infoKey == 'date') { if (key == 'year' && infoKey == 'date') {
infoValue = infoValue.substr(0, 4); infoValue = infoValue.substr(0, 4);
} }
if (infoKey == 'tags' && Ox.isArray(type)) { if (infoKey == 'tags' && !Ox.isArray(type)) {
infoValue = infoValue.join(', '); infoValue = infoValue.join(', ');
} }
value = value.replace( value = value.replace(