live tv updates

This commit is contained in:
Luke Pulverenti
2013-12-17 01:08:06 -05:00
parent db945fda9b
commit df1576c039
4 changed files with 16 additions and 3 deletions

View File

@@ -81,5 +81,11 @@ namespace MediaBrowser.Controller.LiveTv
/// </summary>
/// <value>The required post padding seconds.</value>
public int RequiredPostPaddingSeconds { get; set; }
/// <summary>
/// Gets or sets the priority.
/// </summary>
/// <value>The priority.</value>
public int Priority { get; set; }
}
}