mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-01 19:25:37 +00:00
Upcoming now only shows 3 days of episodes
New: Upcoming shows today, tomorrow and the day
This commit is contained in:
@@ -23,8 +23,8 @@ namespace NzbDrone.Api.Calendar
|
||||
|
||||
private List<EpisodeResource> GetPaged()
|
||||
{
|
||||
var start = DateTime.Today.AddDays(-1);
|
||||
var end = DateTime.Today.AddDays(7);
|
||||
var start = DateTime.Today;
|
||||
var end = DateTime.Today.AddDays(2);
|
||||
|
||||
var queryStart = Request.Query.Start;
|
||||
var queryEnd = Request.Query.End;
|
||||
|
||||
Reference in New Issue
Block a user