Skip to content

nightly-f91f0961-ls99

Pre-release
Pre-release
Compare
Choose a tag to compare
@LinuxServer-CI LinuxServer-CI released this 01 Jan 02:23
· 1 commit to nightly since this release
922d9b9

CI Report:

https://ci-tests.linuxserver.io/linuxserver/beets/nightly-f91f0961-ls99/index.html

LinuxServer Changes:

Pin beetcamp to 0.19.2 until upstream requirements fixed.

Remote Changes:

Fix sorting on missing non-string fields (#5570)

Description

Fixes #5512. When sorting on a field, if the field is missing from some
items and it has a type, use the type's null value. Otherwise,
continue to fall back to an empty string, as I don't think there's much
to be done in that case.

The new test test_int_field_present_in_some_items fails without the
fix in query.py.