Reworking external ids hadnling

This commit is contained in:
Zoe Roux
2020-04-22 03:37:02 +02:00
parent 86e188f985
commit da12eae0a2
5 changed files with 68 additions and 29 deletions
@@ -6,7 +6,6 @@ namespace Kyoo.Controllers
public interface ILibraryManager
{
//Read values
string GetShowExternalIDs(long showID);
Studio GetStudio(long showID);
IEnumerable<PeopleLink> GetPeople(long showID);
IEnumerable<Genre> GetGenreForShow(long showID);