2
0
Эх сурвалжийг харах

fixed sports grouping bug

Luke Pulverenti 11 жил өмнө
parent
commit
6da4231244

+ 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");
             }