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 for TypeError crash when querying MusicBrainz for tag info #562

Merged
merged 1 commit into from Nov 23, 2020

Conversation

blueblots
Copy link
Contributor

Added type checking to merge_track (in source/puddlestuff/masstag/init.py)
to correct the original error, also added a type parameter to the
setpreview pyqtSignal (in source/puddlestuff/puddleobjects.py) to fix another
error that arose after fixing the first one.

Fixes #527

Added type checking to merge_track (in source/puddlestuff/masstag/__init__.py)
to correct the original error, also added a type parameter to the
setpreview pyqtSignal (in source/puddlestuff/puddleobjects.py) to fix another
error that arose after fixing the first one.

Fixes puddletag#527
@sandrotosi sandrotosi merged commit fe54639 into puddletag:master Nov 23, 2020
@blueblots blueblots deleted the musicbrainz-coredump branch November 24, 2020 11:27
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.

Musicbraniz masstagging: Core dumped
2 participants