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 handling of duplicate album artists in ftintitle #1181

Merged
merged 1 commit into from Dec 28, 2014
Merged

Fix handling of duplicate album artists in ftintitle #1181

merged 1 commit into from Dec 28, 2014

Conversation

marcaddeo
Copy link
Contributor

The code that determines the featured artist part of the artist only
handles two element lists. When the album artist is duplicated, it
splits into a three element list causing no featured artist to be found.

This ensures the albumartist_split can ever only have 2 elements.

Fixes #1179

The code that determines the featured artist part of the artist only
handles two element lists. When the album artist is duplicated, it
splits into a three element list causing no featured artist to be found.

This ensures the albumartist_split can ever only have 2 elements.

Fixes #1179
@sampsyo
Copy link
Member

sampsyo commented Dec 28, 2014

Looks like a good, minimally-sized fix. 😃 Thank you for the quick response!

@sampsyo sampsyo merged commit 8c484a2 into beetbox:master Dec 28, 2014
sampsyo added a commit that referenced this pull request Dec 28, 2014
…-artist

Fix handling of duplicate album artists in ftintitle
sampsyo added a commit that referenced this pull request Dec 28, 2014
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.

ftintitle: does not gracefully handle duplicate artist name
2 participants