updated nuget for live tv

This commit is contained in:
Luke Pulverenti
2013-11-26 11:22:11 -05:00
parent 6a9ed5f87f
commit 77e01e2461
6 changed files with 21 additions and 8 deletions

View File

@@ -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()
{