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: Latest season not downloaded #11

Open marc0janssen opened 2 years ago

marc0janssen commented 2 years ago

When adding a TVshow and doing so with the option "latestSeason", The Tv-show is added, but the season is not downloaded.

The season is "monitored" but the episodes in that season are "unmonitored" instead of "monitored".

meisnate12 commented 1 year ago

ran a test using

arr = arrapi.SonarrAPI(url=url, apikey=apikey)
series = arr.add_series(root, profile, language, tvdb_id=362472, monitor="latestSeason")

and the series was added fine with only the latest season and its episodes all monitored can you provide a test that shows the bug?