Added save button to Tools tab

Still working on getting the default bitrate to be persistent
This commit is contained in:
Nicholas W 2024-01-19 17:32:11 +00:00
parent 5b85d01d55
commit 71ab302d11
5 changed files with 24 additions and 7 deletions

View file

@ -11,6 +11,7 @@ const oldLibrary = require('../objects/Library')
* @property {string} autoScanCronExpression
* @property {boolean} audiobooksOnly
* @property {boolean} hideSingleBookSeries Do not show series that only have 1 book
* @property {boolean} bitrateType
* @property {string[]} metadataPrecedence
*/