Implementing playback of subtitles where the language is unknown

This commit is contained in:
Zoe Roux
2020-03-23 21:45:03 +01:00
parent 8fdfc5ce85
commit 2cfb285c22
4 changed files with 28 additions and 9 deletions
@@ -21,6 +21,7 @@ namespace Kyoo.Controllers
//Internal read
(Track video, IEnumerable<Track> audios, IEnumerable<Track> subtitles) GetStreams(long episodeID, string showSlug);
Track GetSubtitle(string showSlug, long seasonNumber, long episodeNumber, string languageTag, bool forced);
Track GetSubtitleById(long id);
//Public read
IEnumerable<Show> GetShows();