Merge pull request #9858 from jellyfin/nvv-baseitemdto-lufs-nullable

This commit is contained in:
Bond-009
2023-06-06 21:48:54 +02:00
committed by GitHub

View File

@@ -783,7 +783,7 @@ namespace MediaBrowser.Model.Dto
/// Gets or sets the LUFS value.
/// </summary>
/// <value>The LUFS Value.</value>
public float LUFS { get; set; }
public float? LUFS { get; set; }
/// <summary>
/// Gets or sets the current program.