mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
#680 - added auto organize page
This commit is contained in:
parent
fda9b3d93d
commit
9ab4adcd33
10 changed files with 481 additions and 159 deletions
|
@ -52,13 +52,13 @@
|
|||
|
||||
var page = this;
|
||||
|
||||
$('#txtSeasonFolderPattern', page).on('change keypress', function() {
|
||||
$('#txtSeasonFolderPattern', page).on('change keyup', function () {
|
||||
|
||||
updateSeasonPatternHelp(page, this.value);
|
||||
|
||||
});
|
||||
|
||||
$('#txtEpisodePattern', page).on('change keypress', function () {
|
||||
$('#txtEpisodePattern', page).on('change keyup', function () {
|
||||
|
||||
updateEpisodePatternHelp(page, this.value);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue