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

start on manual collection creation

This commit is contained in:
Luke Pulverenti 2014-03-06 00:17:13 -05:00
parent cc87a41cad
commit e8a58abae8
9 changed files with 73 additions and 64 deletions

View file

@ -14,9 +14,10 @@
// After saving chapter task, now save server config
ApiClient.getServerConfiguration().done(function (config) {
config.ImageSavingConvention = $('#selectImageSavingConvention', page).val();
config.EnableMovieChapterImageExtraction = $('#chkMovies', page).checked();
config.EnableUPnP = $('#chkEnableUpnp', page).checked();
ApiClient.updateServerConfiguration(config).done(function (result) {
navigateToNextPage();