adjust default provider order

This commit is contained in:
Luke Pulverenti
2017-10-05 14:10:07 -04:00
parent fd621bbc52
commit 51ca72ab5d
10 changed files with 27 additions and 14 deletions

View File

@@ -20,6 +20,7 @@ namespace MediaBrowser.Controller.Providers
public bool HasMetadata { get; set; }
public T Item { get; set; }
public string ResultLanguage { get; set; }
public string Provider { get; set; }
public bool QueriedById { get; set; }
public void AddPerson(PersonInfo p)
{