mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
fix(api): cleanup radarr bits in sonarr api (#2035)
This commit is contained in:
@@ -271,7 +271,7 @@ mediaRoutes.delete(
|
||||
if (!tvdbId) {
|
||||
throw new Error('TVDB ID not found');
|
||||
}
|
||||
await (service as SonarrAPI).removeSerie(tvdbId);
|
||||
await (service as SonarrAPI).removeSeries(tvdbId);
|
||||
}
|
||||
|
||||
return res.status(204).send();
|
||||
|
||||
Reference in New Issue
Block a user