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

added tv service provider selection

This commit is contained in:
Luke Pulverenti 2014-01-16 17:49:31 -05:00
parent 518003518b
commit a0a589b876
17 changed files with 78 additions and 247 deletions

View file

@ -11,8 +11,6 @@
config.ImageSavingConvention = $('#selectImageSavingConvention', page).val();
config.EnableMovieChapterImageExtraction = $('#chkMovies', page).checked();
config.EnableEpisodeChapterImageExtraction = $('#chkEpisodes', page).checked();
config.EnableOtherVideoChapterImageExtraction = $('#chkOtherVideos', page).checked();
ApiClient.updateServerConfiguration(config).done(function (result) {