Add ability to upload (and save) SDH subtitles (#10036)

This commit is contained in:
MBR-0001
2023-07-29 14:52:35 +02:00
committed by GitHub
parent 2d14b065a8
commit 9564248b10
4 changed files with 16 additions and 2 deletions

View File

@@ -14,6 +14,8 @@ namespace MediaBrowser.Controller.Subtitles
public bool IsForced { get; set; }
public bool IsHearingImpaired { get; set; }
public Stream Stream { get; set; }
}
}