mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:22:41 +02:00
fixed sports grouping bug
This commit is contained in:
parent
0c50960dc4
commit
6da4231244
1 changed files with 1 additions and 1 deletions
|
|
@ -857,7 +857,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
|||
list.Add("News");
|
||||
}
|
||||
|
||||
if (recording.IsPremiere)
|
||||
if (recording.IsSports)
|
||||
{
|
||||
list.Add("Sports");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue