Skip to content

Display Albums with Mixed `track` tags

If an album contains both Songs that have a track tag and Songs which do not, attempting to display the album fails with a trace like the following:

  File "/usr/lib/python3/dist-packages/sublime_music/adapters/filesystem/models.py", line 121, in songs
    return sorted(
TypeError: '<' not supported between instances of 'int' and 'NoneType'

Merge request reports