update file organizer form

This commit is contained in:
Luke Pulverenti
2016-02-12 23:34:47 -05:00
parent c0d966f1d8
commit 79cf0837a0
4 changed files with 134 additions and 587 deletions
+3 -3
View File
@@ -97,11 +97,11 @@
}, onApiFailure);
}
function showEpisodeCorrectionPopup(page, item, allSeries, movieLocations, seriesLocations) {
function showEpisodeCorrectionPopup(page, item) {
require(['components/fileorganizer/fileorganizer'], function () {
require(['components/fileorganizer/fileorganizer'], function (fileorganizer) {
FileOrganizer.show(page, item, allSeries, movieLocations, seriesLocations, function () {
fileorganizer.show(item).then(function () {
reloadItems(page);
});
});