fix(sonarr): use qualityProfileId instad of profileId when adding series

pull/1007/head
sct 4 years ago
parent 4296765ad6
commit 552a7e30da

@ -241,7 +241,7 @@ class SonarrAPI extends ExternalAPI {
{ {
tvdbId: options.tvdbid, tvdbId: options.tvdbid,
title: options.title, title: options.title,
profileId: options.profileId, qualityProfileId: options.profileId,
languageProfileId: options.languageProfileId, languageProfileId: options.languageProfileId,
seasons: this.buildSeasonList( seasons: this.buildSeasonList(
options.seasons, options.seasons,

Loading…
Cancel
Save