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:
parent
4a87b99666
commit
411b85f351
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue