Closed Tibimac closed 8 months ago
Upon doing this, you might get
[ ERROR] :: Got unknown error 'TVSeason' object has no attribute 'number', while processing
which can easily be fixed by changing seasons[0].number
to seasons[0].season
Upon doing this, you might get
[ ERROR] :: Got unknown error 'TVSeason' object has no attribute 'number', while processing
which can easily be fixed by changing
seasons[0].number
toseasons[0].season
Well spotted @seaque! I'll update the script consequently.
Resolve issue #42