Kometa-Team / ArrAPI

A lightweight Python library for Radarr and Sonarr API.
https://arrapi.kometa.wiki
MIT License
45 stars 7 forks source link

Bug: delete_series does not put series on the ImportExclusion list #7

Closed marc0janssen closed 2 years ago

marc0janssen commented 2 years ago

The code below does not put a serie on the ImportExclusion list of Sonarr

                    self.sonarrNode.delete_series(
                        series_id=1,
                        tvdb_id=None,
                        addImportExclusion=True,
                        deleteFiles=True
                        )