mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-30 02:52:27 -04:00
Reworking external ids hadnling
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user