aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2024-04-24 16:09:01 +0200
committerGitHub <noreply@github.com>2024-04-24 08:09:01 -0600
commit428283f78751df30b44992c883e14babd6b3ce27 (patch)
tree6434546162f16bdaccf8295607a54b7241dc4cdf /MediaBrowser.Model/Configuration
parent3c159822b5d2bffea843d0cd5c90138dc30fc000 (diff)
Always scan ReplayGain tag (#11418)
Diffstat (limited to 'MediaBrowser.Model/Configuration')
-rw-r--r--MediaBrowser.Model/Configuration/LibraryOptions.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Configuration/LibraryOptions.cs b/MediaBrowser.Model/Configuration/LibraryOptions.cs
index e777d5fd8..7ce75b2bc 100644
--- a/MediaBrowser.Model/Configuration/LibraryOptions.cs
+++ b/MediaBrowser.Model/Configuration/LibraryOptions.cs
@@ -35,8 +35,6 @@ namespace MediaBrowser.Model.Configuration
public bool EnableLUFSScan { get; set; }
- public bool UseReplayGainTags { get; set; }
-
public bool EnableChapterImageExtraction { get; set; }
public bool ExtractChapterImagesDuringLibraryScan { get; set; }