mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 14:58:36 +01:00
fixes #606 - Add manual image selection for Seasons
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user