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:
parent
3f71006da5
commit
35eb92de60
6 changed files with 17 additions and 35 deletions
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue