aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2025-02-17 19:20:18 -0700
committerGitHub <noreply@github.com>2025-02-17 19:20:18 -0700
commit712908d53c7ca38d13e03ea7809e0c40e862a5fb (patch)
tree2c2f9e857ea85d47eaa7655a9da92ecb2f87fa12 /MediaBrowser.Model
parent03a2b2f2e8be393ca80d48e410d76974956c4fb5 (diff)
Revert nullability of MediaStream.IsHearingImpaired (#13573)
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/Entities/MediaStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/MediaStream.cs b/MediaBrowser.Model/Entities/MediaStream.cs
index 218a22aa2..400768ef3 100644
--- a/MediaBrowser.Model/Entities/MediaStream.cs
+++ b/MediaBrowser.Model/Entities/MediaStream.cs
@@ -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.