mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 22:47:05 -04:00
Remove unused calendar parameter
This commit is contained in:
parent
0c79548fc4
commit
f6904608a7
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ namespace Radarr.Api.V3.Calendar
|
|||
}
|
||||
|
||||
[HttpGet]
|
||||
public List<MovieResource> GetCalendar(DateTime? start, DateTime? end, bool unmonitored = false, bool includeArtist = false)
|
||||
public List<MovieResource> GetCalendar(DateTime? start, DateTime? end, bool unmonitored = false)
|
||||
{
|
||||
var startUse = start ?? DateTime.Today;
|
||||
var endUse = end ?? DateTime.Today.AddDays(2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue