mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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()
|
public GuideInfo GetGuideInfo()
|
||||||
{
|
{
|
||||||
var startDate = DateTime.UtcNow;
|
var startDate = DateTime.UtcNow;
|
||||||
var endDate = startDate.AddDays(14);
|
var endDate = startDate.AddDays(GetGuideDays());
|
||||||
|
|
||||||
return new GuideInfo
|
return new GuideInfo
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user