mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-15 14:52:20 +01:00
Add AlbumNormalizationGain field to BaseItemDto
This commit is contained in:
@@ -789,6 +789,12 @@ namespace MediaBrowser.Model.Dto
|
||||
/// <value>The gain required for audio normalization.</value>
|
||||
public float? NormalizationGain { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the gain required for audio normalization. This field is inherited from music album normalization gain.
|
||||
/// </summary>
|
||||
/// <value>The gain required for audio normalization.</value>
|
||||
public float? AlbumNormalizationGain { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the current program.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user