update series recordings

This commit is contained in:
Luke Pulverenti
2015-08-16 16:26:49 -04:00
parent ee94d7b1f6
commit f49417c703
6 changed files with 26 additions and 4 deletions

View File

@@ -6,6 +6,9 @@ using System.Runtime.Serialization;
namespace MediaBrowser.Model.LiveTv
{
/// <summary>
/// Class SeriesTimerInfoDto.
/// </summary>
[DebuggerDisplay("Name = {Name}")]
public class SeriesTimerInfoDto : BaseTimerInfoDto
{
@@ -45,6 +48,12 @@ namespace MediaBrowser.Model.LiveTv
/// <value>The image tags.</value>
public Dictionary<ImageType, string> ImageTags { get; set; }
/// <summary>
/// Gets or sets the external series identifier.
/// </summary>
/// <value>The external series identifier.</value>
public string ExternalSeriesId { get; set; }
/// <summary>
/// Gets a value indicating whether this instance has primary image.
/// </summary>