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

save library options on dialog close

This commit is contained in:
Luke Pulverenti 2016-08-13 23:12:26 -04:00
parent 89f41cdea2
commit c50d82e592
3 changed files with 25 additions and 2 deletions

View file

@ -46,8 +46,6 @@
EnableArchiveMediaFiles: parent.querySelector('.chkArhiveAsMedia').checked
};
options.EnableAudioArchiveFiles = options.EnableArchiveMediaFiles;
return options;
}