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:
parent
c0d966f1d8
commit
79cf0837a0
4 changed files with 134 additions and 587 deletions
|
@ -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);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue