Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tvdbcount #539

Merged
merged 1 commit into from
Jan 14, 2023
Merged

Fix tvdbcount #539

merged 1 commit into from
Jan 14, 2023

Conversation

Praxinator
Copy link
Contributor

tvdbcount should be calculated in the second, full loop. Since we're already collecting repeated TVDBids, just counted length of that array instead of using another dict.

This should now fix the issue of tvdbcount not incrementing properly as mentioned in issue #538; however, this still doesn't seem to fix the issue of HAMA always forcibly mapping specials to TVDB.

tvdbcount should be calculated in the second, full loop. Also piggybacking off the collection array, no need for a separate dict.
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.

2 participants