Browse Source

fixed sports grouping bug

Luke Pulverenti 11 years ago
parent
commit
6da4231244
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs

+ 1 - 1
MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs

@@ -857,7 +857,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
                 list.Add("News");
             }
 
-            if (recording.IsPremiere)
+            if (recording.IsSports)
             {
                 list.Add("Sports");
             }