Skip to content

Commit

Permalink
fix(sonarr): use qualityProfileId instad of profileId when adding series
Browse files Browse the repository at this point in the history
  • Loading branch information
sct committed Feb 23, 2021
1 parent 4296765 commit 552a7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/sonarr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class SonarrAPI extends ExternalAPI {
{
tvdbId: options.tvdbid,
title: options.title,
profileId: options.profileId,
qualityProfileId: options.profileId,
languageProfileId: options.languageProfileId,
seasons: this.buildSeasonList(
options.seasons,
Expand Down

0 comments on commit 552a7e3

Please sign in to comment.