limit guide date picker to actual guide days
This commit is contained in:
parent
1186df23dd
commit
e4ceec749d
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user