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

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

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);
});
});