mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Update ILibraryManager.cs
This commit is contained in:
parent
4f0800c990
commit
95218269df
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user