Embed the mediatag library in the file app

This commit is contained in:
yflory
2017-06-15 14:58:18 +02:00
parent cd5705b3f3
commit 2068a8b85b
3 changed files with 78 additions and 43 deletions

View File

@@ -962,7 +962,7 @@ define([
data.FM.handleFile(file, ev);
if (callback) { callback(); }
});
button.click(function () { $input.click(); })
button.click(function () { $input.click(); });
break;
case 'template':
if (!AppConfig.enableTemplates) { return; }