aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/LiveTv/ProgramInfo.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-26 11:22:11 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-26 11:22:11 -0500
commit77e01e2461124af6229d0e10b7df01ef64802171 (patch)
tree0503074f2d5de910cda38fcbe7885149496ffc83 /MediaBrowser.Controller/LiveTv/ProgramInfo.cs
parent6a9ed5f87f2d9ec0e07d860d36666f0fea2e1e45 (diff)
updated nuget for live tv
Diffstat (limited to 'MediaBrowser.Controller/LiveTv/ProgramInfo.cs')
-rw-r--r--MediaBrowser.Controller/LiveTv/ProgramInfo.cs10
1 files changed, 8 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ProgramInfo.cs b/MediaBrowser.Controller/LiveTv/ProgramInfo.cs
index 2231b4eaa..f6df49545 100644
--- a/MediaBrowser.Controller/LiveTv/ProgramInfo.cs
+++ b/MediaBrowser.Controller/LiveTv/ProgramInfo.cs
@@ -1,6 +1,6 @@
-using System;
+using MediaBrowser.Model.LiveTv;
+using System;
using System.Collections.Generic;
-using MediaBrowser.Model.LiveTv;
namespace MediaBrowser.Controller.LiveTv
{
@@ -65,6 +65,12 @@ namespace MediaBrowser.Controller.LiveTv
/// </summary>
/// <value>The audio.</value>
public ProgramAudio Audio { get; set; }
+
+ /// <summary>
+ /// Gets or sets the community rating.
+ /// </summary>
+ /// <value>The community rating.</value>
+ public float? CommunityRating { get; set; }
public ProgramInfo()
{