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

add video image extraction back to library scan

This commit is contained in:
Luke Pulverenti 2013-09-14 17:19:32 -04:00
parent 3f71006da5
commit 35eb92de60
6 changed files with 17 additions and 35 deletions

View file

@ -27,6 +27,7 @@
ApiClient.getServerConfiguration().done(function (config) {
config.SaveLocalMeta = $('#chkSaveLocalMetadata', page).checked();
config.EnableVideoImageExtraction = $('#chkVIdeoImages', page).checked();
ApiClient.updateServerConfiguration(config).done(function(result) {