mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-10 12:16:18 +00:00
limit guide date picker to actual guide days
This commit is contained in:
@@ -2647,7 +2647,7 @@ namespace Emby.Server.Implementations.LiveTv
|
||||
public GuideInfo GetGuideInfo()
|
||||
{
|
||||
var startDate = DateTime.UtcNow;
|
||||
var endDate = startDate.AddDays(14);
|
||||
var endDate = startDate.AddDays(GetGuideDays());
|
||||
|
||||
return new GuideInfo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user