aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-01-03 15:43:54 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-01-03 15:43:54 -0500
commit6da42312441dcdad2fbbd831a219398371340b43 (patch)
tree8984af6ae3dc612cdb7101181e07564475a586d9 /MediaBrowser.Server.Implementations
parent0c50960dc497f0e673e002d58ed7cc20efad0ada (diff)
fixed sports grouping bug
Diffstat (limited to 'MediaBrowser.Server.Implementations')
-rw-r--r--MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
index 0b1cfe35c..96c424957 100644
--- a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
+++ b/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");
}