diff options
| author | Tim Hobbs <jesus.tesh@gmail.com> | 2014-04-18 00:56:43 -0700 |
|---|---|---|
| committer | Tim Hobbs <jesus.tesh@gmail.com> | 2014-04-18 00:56:43 -0700 |
| commit | 1da36ba59d7449c0f6bf3bb83456fe0ac47a56b2 (patch) | |
| tree | bd3bbd9cfb3a66045a5ffc9d9dda3a8c8425a4a4 /MediaBrowser.Model/Entities | |
| parent | 3c11988f08c12a35cd2074eb7c5afa6fdaaa04f7 (diff) | |
| parent | b7b6f64f0089d7ce4ff8c3c5682fd8ede7311b1b (diff) | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'MediaBrowser.Model/Entities')
| -rw-r--r-- | MediaBrowser.Model/Entities/BaseItemInfo.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/BaseItemInfo.cs b/MediaBrowser.Model/Entities/BaseItemInfo.cs index 5554e40d5..a280b1f71 100644 --- a/MediaBrowser.Model/Entities/BaseItemInfo.cs +++ b/MediaBrowser.Model/Entities/BaseItemInfo.cs @@ -52,6 +52,18 @@ namespace MediaBrowser.Model.Entities /// </summary> /// <value>The primary image item identifier.</value> public string PrimaryImageItemId { get; set; } + + /// <summary> + /// Gets or sets the logo image tag. + /// </summary> + /// <value>The logo image tag.</value> + public Guid? LogoImageTag { get; set; } + + /// <summary> + /// Gets or sets the logo item identifier. + /// </summary> + /// <value>The logo item identifier.</value> + public string LogoItemId { get; set; } /// <summary> /// Gets or sets the thumb image tag. |
