mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-30 02:52:27 -04:00
Reworking handling of providers
This commit is contained in:
@@ -6,8 +6,8 @@ namespace Kyoo.Controllers
|
||||
{
|
||||
public interface IMetadataProvider
|
||||
{
|
||||
public string Name { get; }
|
||||
|
||||
ProviderID Provider { get; }
|
||||
|
||||
Task<Collection> GetCollectionFromName(string name);
|
||||
|
||||
Task<Show> GetShowByID(Show show);
|
||||
|
||||
Reference in New Issue
Block a user