fixed sports grouping bug

This commit is contained in:
Luke Pulverenti 2014-01-03 15:43:54 -05:00
parent 0c50960dc4
commit 6da4231244

View File

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