mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-30 10:55:16 -04:00
Cleaning up the video & the subtitle api
This commit is contained in:
@@ -109,7 +109,12 @@ namespace Kyoo.Controllers
|
||||
{
|
||||
return EpisodeRepository.Get(showID, seasonNumber, episodeNumber);
|
||||
}
|
||||
|
||||
|
||||
public Task<Track> GetTrack(string slug)
|
||||
{
|
||||
return TrackRepository.Get(slug);
|
||||
}
|
||||
|
||||
public Task<Genre> GetGenre(int id)
|
||||
{
|
||||
return GenreRepository.Get(id);
|
||||
|
||||
Reference in New Issue
Block a user