From 2ad872001dc1276d71964584a11f4bedc742b3f7 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Sun, 28 Apr 2024 17:16:33 +0200 Subject: Address comments --- MediaBrowser.Controller/Entities/BaseItem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Controller') diff --git a/MediaBrowser.Controller/Entities/BaseItem.cs b/MediaBrowser.Controller/Entities/BaseItem.cs index 3dd4d1e39d..adbbbaa034 100644 --- a/MediaBrowser.Controller/Entities/BaseItem.cs +++ b/MediaBrowser.Controller/Entities/BaseItem.cs @@ -140,7 +140,7 @@ namespace MediaBrowser.Controller.Entities /// /// Gets or sets the gain required for audio normalization. /// - /// The gain required for audio normalization.. + /// The gain required for audio normalization. [JsonIgnore] public float? NormalizationGain { get; set; } -- cgit v1.2.3