mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
More Calendar!
This commit is contained in:
parent
334d4d1e9b
commit
ed3a503342
21 changed files with 72 additions and 54 deletions
|
@ -23,7 +23,9 @@ namespace NzbDrone.Api.Calendar
|
|||
private Response Calendar()
|
||||
{
|
||||
var year = DateTime.Now.Year;
|
||||
var month = DateTime.Now.Month;
|
||||
//Todo: This is just for testing
|
||||
//var month = DateTime.Now.Month;
|
||||
var month = 1;
|
||||
|
||||
var yearQuery = Request.Query.Year;
|
||||
var monthQuery = Request.Query.Month;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue