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:
parent
518003518b
commit
a0a589b876
17 changed files with 78 additions and 247 deletions
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue