1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update detail page

This commit is contained in:
Luke Pulverenti 2015-08-19 02:12:58 -04:00
parent f5323ff3c2
commit dc87e4ccc2
17 changed files with 102 additions and 36 deletions

View file

@ -7,7 +7,7 @@
$('#selectGuideDays', page).val(config.GuideDays || '').selectmenu('refresh');
$('#chkMovies', page).checked(config.EnableMovieProviders).checkboxradio("refresh");
$('#chkMovies', page).checked(config.EnableMovieProviders);
$('#txtRecordingPath', page).val(config.RecordingPath || '');