Reworking handling of providers

This commit is contained in:
Zoe Roux
2020-04-23 21:58:35 +02:00
parent da12eae0a2
commit 9580056df1
9 changed files with 84 additions and 82 deletions
+2 -2
View File
@@ -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);