mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
Merge pull request #9858 from jellyfin/nvv-baseitemdto-lufs-nullable
This commit is contained in:
commit
60881eaa59
@ -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…
Reference in New Issue
Block a user