fix import video dialog
This commit is contained in:
parent
225b7cedbd
commit
c3a4b227b7
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue