Solving a bug with genres in the crawler and adding a genre api

This commit is contained in:
Zoe Roux
2020-04-19 03:09:41 +02:00
parent 7d7265ba12
commit 2293eb9494
7 changed files with 41 additions and 8 deletions
@@ -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);