diff options
| author | Mark Cilia Vincenti <markciliavincenti@gmail.com> | 2024-01-14 11:45:19 +0100 |
|---|---|---|
| committer | Mark Cilia Vincenti <markciliavincenti@gmail.com> | 2024-01-14 11:45:19 +0100 |
| commit | 6a257e1b40bb66274fb5257297ac1709c892ac50 (patch) | |
| tree | f0207c2401f372642b761dd7212f117c68f8340c /MediaBrowser.Model/Configuration | |
| parent | d1677dc680338679f06cc506e97f576d16d022b5 (diff) | |
| parent | d40224128c031e38054090e063247b9a06e46f6d (diff) | |
Merge branch 'master' into AsyncKeyedLock-migration
Diffstat (limited to 'MediaBrowser.Model/Configuration')
| -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 fbad29143b..1c071067df 100644 --- a/MediaBrowser.Model/Configuration/LibraryOptions.cs +++ b/MediaBrowser.Model/Configuration/LibraryOptions.cs @@ -31,6 +31,8 @@ namespace MediaBrowser.Model.Configuration public bool EnableLUFSScan { get; set; } + public bool UseReplayGainTags { get; set; } + public bool EnableChapterImageExtraction { get; set; } public bool ExtractChapterImagesDuringLibraryScan { get; set; } |
