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
commit 60881eaa59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.