Revert nullability of MediaStream.IsHearingImpaired (#13573)

This commit is contained in:
Cody Robibero
2025-02-17 19:20:18 -07:00
committed by GitHub
parent 03a2b2f2e8
commit 712908d53c
4 changed files with 7 additions and 7 deletions

View File

@@ -500,7 +500,7 @@ namespace MediaBrowser.Model.Entities
/// Gets or sets a value indicating whether this instance is for the hearing impaired.
/// </summary>
/// <value><c>true</c> if this instance is for the hearing impaired; otherwise, <c>false</c>.</value>
public bool? IsHearingImpaired { get; set; }
public bool IsHearingImpaired { get; set; }
/// <summary>
/// Gets or sets the height.