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

@@ -60,6 +60,12 @@ namespace MediaBrowser.Controller.LiveTv
/// <value><c>true</c> if this instance is repeat; otherwise, <c>false</c>.</value>
public bool IsRepeat { get; set; }
/// <summary>
/// Gets or sets the external series identifier.
/// </summary>
/// <value>The external series identifier.</value>
public string ExternalSeriesId { get; set; }
/// <summary>
/// Gets or sets the episode title.
/// </summary>