diff options
| author | MBR-0001 <55142207+MBR-0001@users.noreply.github.com> | 2023-07-29 14:52:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-29 06:52:35 -0600 |
| commit | 9564248b10829ed21c62b19aa84e50806d35fd59 (patch) | |
| tree | 7c28912572b399bdec3004e1ab60c5f8d92feb2b /MediaBrowser.Controller/Subtitles | |
| parent | 2d14b065a8b595dab48e54158c2f5e564d9c026b (diff) | |
Add ability to upload (and save) SDH subtitles (#10036)
Diffstat (limited to 'MediaBrowser.Controller/Subtitles')
| -rw-r--r-- | MediaBrowser.Controller/Subtitles/SubtitleResponse.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Subtitles/SubtitleResponse.cs b/MediaBrowser.Controller/Subtitles/SubtitleResponse.cs index 85b3e6fbd7..51c29c7a24 100644 --- a/MediaBrowser.Controller/Subtitles/SubtitleResponse.cs +++ b/MediaBrowser.Controller/Subtitles/SubtitleResponse.cs @@ -14,6 +14,8 @@ namespace MediaBrowser.Controller.Subtitles public bool IsForced { get; set; } + public bool IsHearingImpaired { get; set; } + public Stream Stream { get; set; } } } |
