Update ILibraryManager.cs

This commit is contained in:
Zoe Roux 2020-12-19 22:30:15 +01:00
parent 4f0800c990
commit 95218269df

View File

@ -43,7 +43,7 @@ namespace Kyoo.Controllers
Task<Season> GetSeason(string showSlug, int seasonNumber);
Task<Episode> GetEpisode(string showSlug, int seasonNumber, int episodeNumber);
Task<Episode> GetMovieEpisode(string movieSlug);
Task<Track> GetTrack(string slug);
Task<Track> GetTrack(string slug, StreamType type = StreamType.Unknow);
Task<Genre> GetGenre(string slug);
Task<Studio> GetStudio(string slug);
Task<People> GetPeople(string slug);