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

add new chapter provider feature

This commit is contained in:
Luke Pulverenti 2014-06-09 15:16:14 -04:00
parent ce1763c192
commit c98448df25
10 changed files with 260 additions and 30 deletions

View file

@ -14,7 +14,7 @@
// After saving chapter task, now save server config
ApiClient.getServerConfiguration().done(function (config) {
config.EnableMovieChapterImageExtraction = $('#chkMovies', page).checked();
config.ChapterOptions.EnableMovieChapterImageExtraction = $('#chkMovies', page).checked();
config.EnableUPnP = $('#chkEnableUpnp', page).checked();