mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
separate task buttons script
This commit is contained in:
parent
a722ddc665
commit
e82017b591
5 changed files with 127 additions and 104 deletions
|
@ -333,11 +333,14 @@
|
|||
$('.btnOrganize', page).taskButton({
|
||||
mode: 'on',
|
||||
progressElem: $('.organizeProgress', page),
|
||||
panel: $('.organizeTaskPanel', page),
|
||||
taskKey: 'AutoOrganize'
|
||||
});
|
||||
|
||||
}).on('pagehide', "#libraryFileOrganizerLogPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
currentResult = null;
|
||||
|
||||
// off here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue