diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-12 13:27:53 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-12 13:27:53 -0400 |
| commit | b6ca79b73fdae969773935068c175ace43ac778d (patch) | |
| tree | 09b28a93eeb661048c6363d7936aa51244ee375f /MediaBrowser.Model/Entities | |
| parent | 3817ff36b0a29a1a411193c53bb1238d230d9056 (diff) | |
control remote players with now playing bar
Diffstat (limited to 'MediaBrowser.Model/Entities')
| -rw-r--r-- | MediaBrowser.Model/Entities/BaseItemInfo.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/BaseItemInfo.cs b/MediaBrowser.Model/Entities/BaseItemInfo.cs index 16a08d6937..824f8dc038 100644 --- a/MediaBrowser.Model/Entities/BaseItemInfo.cs +++ b/MediaBrowser.Model/Entities/BaseItemInfo.cs @@ -47,6 +47,12 @@ namespace MediaBrowser.Model.Entities public Guid? PrimaryImageTag { get; set; } /// <summary> + /// Gets or sets the primary image item identifier. + /// </summary> + /// <value>The primary image item identifier.</value> + public string PrimaryImageItemId { get; set; } + + /// <summary> /// Gets or sets the thumb image tag. /// </summary> /// <value>The thumb image tag.</value> |
