mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 18:10:54 +01:00
Merge branch 'master' into trickplay
This commit is contained in:
@@ -25,6 +25,12 @@ public class UploadSubtitleDto
|
||||
[Required]
|
||||
public bool IsForced { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether the subtitle is for hearing impaired.
|
||||
/// </summary>
|
||||
[Required]
|
||||
public bool IsHearingImpaired { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the subtitle data.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user