Skip to content

fix(templates): lidarr/organizr uses v3 endpoints that don't exist on Lidarr (v1-only API)#96

Merged
nzxl101 merged 1 commit into
Notifiarr:developfrom
bakerboy448:fix/organizr-lidarr-api-version
Jul 12, 2026
Merged

fix(templates): lidarr/organizr uses v3 endpoints that don't exist on Lidarr (v1-only API)#96
nzxl101 merged 1 commit into
Notifiarr:developfrom
bakerboy448:fix/organizr-lidarr-api-version

Conversation

@bakerboy448

Copy link
Copy Markdown
Contributor

`lidarr/organizr.json` used `/api/v3/*` (rootfolder, calendar, queue), which don't exist on Lidarr - its API is exclusively v1 (confirmed via the `Lidarr.Api.V1` namespace on `RootFolderController`/`CalendarController`/`QueueController`).

Content was byte-identical to `radarr/organizr.json` otherwise - a copy-paste that never updated the version prefix. Every request Organizr currently sends against Lidarr through this template 404s.

…idarr's

lidarr/organizr.json grants /api/v3/rootfolder, /api/v3/calendar, and
/api/v3/queue — none of which exist on Lidarr. Lidarr's API is exclusively
v1 (namespace Lidarr.Api.V1; confirmed RootFolderController,
CalendarController, and QueueController all live under Lidarr.Api.V1 in
Lidarr/Lidarr), unlike Radarr/Sonarr/Whisparr which are v3. Every other
lidarr/*.json template in this repo correctly uses /api/v1/*.

Content is otherwise identical to radarr/organizr.json (same 3 endpoints,
same methods), confirming this was copied from the radarr template
without updating the API version prefix — every request Organizr sends
against a Lidarr instance through this template currently 404s.
@nzxl101
nzxl101 merged commit a6de874 into Notifiarr:develop Jul 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants