Skip to content

Conversation

@max298
Copy link

@max298 max298 commented Feb 10, 2026

While testing I noticed that all episodes were added to the Series class. So season 01 would also have episode S02E01, etc.
I found this was due to an iteration over all series which would add all episodes the each season.
I added this simple check, which also has some kind of fallback to mimic the old behaviour. If the season number can not be read for whatever reason, I simply add all episodes to the current season (like before). I'm not sure if thats a valid use case which might happen, so I don't know if thats required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant