fixed sports grouping bug

pull/702/head
Luke Pulverenti 11 years ago
parent 0c50960dc4
commit 6da4231244

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

Loading…
Cancel
Save