Solving a small bug with reuse of objects

This commit is contained in:
Zoe Roux
2020-02-08 17:52:17 +01:00
parent ef7b2bb61b
commit d307308fb4
3 changed files with 15 additions and 9 deletions
@@ -28,6 +28,7 @@ namespace Kyoo.Controllers
Library GetLibrary(string librarySlug);
IEnumerable<Library> GetLibraries();
Show GetShowBySlug(string slug);
Show GetShow(string path);
Season GetSeason(string showSlug, long seasonNumber);
IEnumerable<Episode> GetEpisodes(string showSlug);
IEnumerable<Episode> GetEpisodes(string showSlug, long seasonNumber);