fixes #606 - Add manual image selection for Seasons

This commit is contained in:
Luke Pulverenti
2013-11-04 14:04:23 -05:00
parent 4b886ea93f
commit 9ba615e649
10 changed files with 374 additions and 214 deletions

View File

@@ -20,6 +20,11 @@ namespace MediaBrowser.Model.Providers
/// <value>The URL.</value>
public string Url { get; set; }
/// <summary>
/// Gets a url used for previewing a smaller version
/// </summary>
public string ThumbnailUrl { get; set; }
/// <summary>
/// Gets or sets the height.
/// </summary>