mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-30 02:52:27 -04:00
Solving a bug with genres in the crawler and adding a genre api
This commit is contained in:
@@ -37,6 +37,7 @@ namespace Kyoo.Controllers
|
||||
WatchItem GetWatchItem(string showSlug, long seasonNumber, long episodeNumber, bool complete = true);
|
||||
WatchItem GetMovieWatchItem(string movieSlug);
|
||||
People GetPeopleBySlug(string slug);
|
||||
IEnumerable<Genre> GetGenres();
|
||||
Genre GetGenreBySlug(string slug);
|
||||
Studio GetStudioBySlug(string slug);
|
||||
Collection GetCollection(string slug);
|
||||
|
||||
Reference in New Issue
Block a user