1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

auto-organize updates

This commit is contained in:
Luke Pulverenti 2016-03-10 15:06:47 -05:00
parent 4a87b99666
commit 411b85f351

View file

@ -49,12 +49,12 @@
});
}
function organizeEpsiodeWithCorrections(page, item) {
function organizeFileWithCorrections(page, item) {
showEpisodeCorrectionPopup(page, item);
showCorrectionPopup(page, item);
}
function showEpisodeCorrectionPopup(page, item) {
function showCorrectionPopup(page, item) {
require(['components/fileorganizer/fileorganizer'], function (fileorganizer) {
@ -74,7 +74,7 @@
if (!item.TargetPath) {
if (item.Type == "Episode") {
organizeEpsiodeWithCorrections(page, item);
organizeFileWithCorrections(page, item);
}
return;