Externi titulky
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-11 12:42:36 +01:00
parent d4b4b0f2d4
commit 470fa96b17
3 changed files with 69 additions and 2 deletions

View File

@@ -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
}