Skip to content

nightly-3d3f5e3b-ls279

Pre-release
Pre-release

Choose a tag to compare

@LinuxServer-CI LinuxServer-CI released this 02 May 23:42
· 79 commits to nightly since this release
45bc408

CI Report:

https://ci-tests.linuxserver.io/linuxserver/beets/nightly-3d3f5e3b-ls279/index.html

LinuxServer Changes:

No changes

Remote Changes:

badfiles: respect import.quiet during import hook (#6589)

The badfiles plugin's on_import_task_before_choice hook prompted for
input even when quiet mode was active. Non-interactive imports stalled
on the corrupt-file dialog. The hook now returns early when
import.quiet is set, so the importer falls back to its summary
judgment under both the --quiet flag and the import.quiet: yes
config key.

Fixes #4736.