mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-15 21:43:03 +03: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