mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
update startup tasks
This commit is contained in:
@@ -1011,7 +1011,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
||||
|
||||
var factorChannelWatchCount = (query.IsAiring ?? false) || (query.IsKids ?? false) || (query.IsSports ?? false) || (query.IsMovie ?? false);
|
||||
|
||||
programs = programList.OrderBy(i => i.HasImage(ImageType.Primary) ? 0 : 1)
|
||||
programs = programList.OrderBy(i => i.StartDate.Date)
|
||||
.ThenByDescending(i => GetRecommendationScore(i, user.Id, factorChannelWatchCount))
|
||||
.ThenBy(i => i.StartDate);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user