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

pull/9867/head
Bond-009 1 year ago committed by GitHub
commit 60881eaa59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save