Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/f6904608a7049edebd7d98cd12de511633e6340f You should set ROOT_URL correctly, otherwise the web may not work correctly.

Remove unused calendar parameter

pull/7665/head
Qstick 3 years ago committed by GitHub
parent 0c79548fc4
commit f6904608a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save