fixes #551 - Add manual image selection for movies

This commit is contained in:
Luke Pulverenti
2013-10-31 21:48:14 -04:00
parent 9adcdd007a
commit 926a610075
14 changed files with 519 additions and 97 deletions

View File

@@ -18,5 +18,11 @@ namespace MediaBrowser.Model.Providers
/// </summary>
/// <value>The total record count.</value>
public int TotalRecordCount { get; set; }
/// <summary>
/// Gets or sets the providers.
/// </summary>
/// <value>The providers.</value>
public List<string> Providers { get; set; }
}
}