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

@@ -122,7 +122,6 @@ namespace MediaBrowser.Model.LiveTv
public enum ProgramAudio
{
Unspecified,
Mono,
Stereo,
Dolby,

View File

@@ -116,5 +116,11 @@ namespace MediaBrowser.Model.LiveTv
/// </summary>
/// <value>The duration ms.</value>
public int DurationMs { get; set; }
/// <summary>
/// Gets or sets the priority.
/// </summary>
/// <value>The priority.</value>
public int Priority { get; set; }
}
}