metabrainz / picard-plugins

Picard plugins: use 1.0 branch for Picard < 2.0 (python 2/Qt4) and 2.0 branch for Picard >= 2.0 (python 3/Qt5)
https://picard.musicbrainz.org/plugins/
145 stars 94 forks source link

Fix bug setting primary artist variables #371

Closed rdswift closed 7 months ago

rdswift commented 7 months ago

This fixes a bug that was introduced with the v0.9 update. The values for the primary artist variables and the total artists counts variables were being set incorrectly. This was due to the artist_count script variable not being incremented in the proper loop.

This was discussed in https://github.com/rdswift/picard-plugins/issues/7.