diff options
| author | Bond-009 <bond.009@outlook.com> | 2024-04-24 16:09:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-24 08:09:01 -0600 |
| commit | 428283f78751df30b44992c883e14babd6b3ce27 (patch) | |
| tree | 6434546162f16bdaccf8295607a54b7241dc4cdf /MediaBrowser.Controller/Entities | |
| parent | 3c159822b5d2bffea843d0cd5c90138dc30fc000 (diff) | |
Always scan ReplayGain tag (#11418)
Diffstat (limited to 'MediaBrowser.Controller/Entities')
| -rw-r--r-- | MediaBrowser.Controller/Entities/BaseItem.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/BaseItem.cs b/MediaBrowser.Controller/Entities/BaseItem.cs index c1d9ecbdf..474b093d5 100644 --- a/MediaBrowser.Controller/Entities/BaseItem.cs +++ b/MediaBrowser.Controller/Entities/BaseItem.cs @@ -135,7 +135,7 @@ namespace MediaBrowser.Controller.Entities /// </summary> /// <value>The LUFS Value.</value> [JsonIgnore] - public float LUFS { get; set; } + public float? LUFS { get; set; } /// <summary> /// Gets or sets the channel identifier. |
