Sonarr: Spacing fix

master
owine 2 years ago committed by salty
parent 0a64c9021f
commit 52d71964a2

@ -58,6 +58,6 @@ class Sonarr(PVR):
}
})
endpoint = 'api/v3/series'
endpoint = 'api/v3/series'
return self._add_object(endpoint, payload, identifier_field='tvdbId', identifier=series_tvdb_id)

Loading…
Cancel
Save