diff --git a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs index 0b1cfe35cb..96c4249570 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"); }