-
Notifications
You must be signed in to change notification settings - Fork 14
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
Artist detail view is broken #42
Comments
mgoltzsche
added a commit
to mgoltzsche/mopidy-beets
that referenced
this issue
Dec 26, 2023
...by falling back to using `0` when a sort key is `None`. This makes the artist detail view also show up when one of the artist's tracks is missing a field that is used for sorting. Closes mopidy#42
mgoltzsche
added a commit
to mgoltzsche/mopidy-beets
that referenced
this issue
Dec 26, 2023
...by falling back to using `0` when a sort key is `None`. This makes the artist detail view also show up when one of the artist's tracks is missing a field that is used for sorting. Closes mopidy#42
mgoltzsche
added a commit
to mgoltzsche/mopidy-beets
that referenced
this issue
Jan 11, 2024
...by falling back to using `0` when a sort key is `None`. This makes the artist detail view also show up when one of the artist's tracks is missing a field that is used for sorting. Closes mopidy#42
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to access the artist detail view fails with the following error in case of some artists:
It looks like this happens when some tracks are missing some of the date, disc and track values that are supposed to be used as sort keys.
The text was updated successfully, but these errors were encountered: