1
0
Fork 0
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:
Luke Pulverenti 2014-01-21 01:10:58 -05:00
parent fda9b3d93d
commit 9ab4adcd33
10 changed files with 481 additions and 159 deletions

View file

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