diff options
| author | TelepathicWalrus <48514138+TelepathicWalrus@users.noreply.github.com> | 2023-05-15 12:12:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-15 13:12:24 +0200 |
| commit | 603fce59df780626c3269eaa94d95504e823b2f6 (patch) | |
| tree | 1042ce2f5e5459d14123b9810acba6a9c1752fd7 /MediaBrowser.Model/Configuration/LibraryOptions.cs | |
| parent | 47290a8c3665f3adb859bda19deb66f438f2e5d0 (diff) | |
Audio normalization (#9222)
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
Co-authored-by: Bond-009 <bond.009@outlook.com>
Diffstat (limited to 'MediaBrowser.Model/Configuration/LibraryOptions.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/LibraryOptions.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Configuration/LibraryOptions.cs b/MediaBrowser.Model/Configuration/LibraryOptions.cs index 81f2f02bc..df6829946 100644 --- a/MediaBrowser.Model/Configuration/LibraryOptions.cs +++ b/MediaBrowser.Model/Configuration/LibraryOptions.cs @@ -30,6 +30,8 @@ namespace MediaBrowser.Model.Configuration public bool EnableRealtimeMonitor { get; set; } + public bool EnableLUFSScan { get; set; } + public bool EnableChapterImageExtraction { get; set; } public bool ExtractChapterImagesDuringLibraryScan { get; set; } |
