This commit is contained in:
@@ -6,4 +6,6 @@ public class StreamSubtitle
|
||||
{
|
||||
public string language { get; set; } // two letter ISO code
|
||||
public bool forced { get; set; }
|
||||
}
|
||||
public string? _id { get; set; }
|
||||
public string? src { get; set; } // url to external subtitles
|
||||
}
|
||||
Reference in New Issue
Block a user