mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Removed upcoming, fixed broken test
This commit is contained in:
parent
82ae91dd6e
commit
8a3edaebbf
10 changed files with 4 additions and 198 deletions
|
@ -17,10 +17,10 @@ namespace NzbDrone.Api.Calendar
|
|||
: base("/calendar")
|
||||
{
|
||||
_episodeService = episodeService;
|
||||
Get["/"] = x => Calendar();
|
||||
Get["/"] = x => GetEpisodesBetweenStartAndEndDate();
|
||||
}
|
||||
|
||||
private Response Calendar()
|
||||
private Response GetEpisodesBetweenStartAndEndDate()
|
||||
{
|
||||
var start = DateTime.Today;
|
||||
var end = DateTime.Today.AddDays(7);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue