Skip to content

Fixess from fixes

Jason Heard requested to merge docker-latest-fix into master

This fixes a few things from the last update

  • Allow processing of file with no artist or title, but log a warning (so songs don't disappear)
  • The debouncing in the media keys had a bug that meant it always sent the second-to-last value instead of the last one
  • The previous changes updated the database, but forgot to increase the database version
  • Try a different approach to tag master as the latest Docker tag (the re-tagging of master as latest wasn't working for some reason)

Merge request reports