mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-04 01:06:31 +00:00
fixed sports grouping bug
This commit is contained in:
@@ -857,7 +857,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
||||
list.Add("News");
|
||||
}
|
||||
|
||||
if (recording.IsPremiere)
|
||||
if (recording.IsSports)
|
||||
{
|
||||
list.Add("Sports");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user