Skip to content

Miscelaneous fixes

Jason Heard requested to merge misc-fixes into master
  • Fix double skip with multiple players at the end of a song.
    • The issue was that the status nonce was not tied to the player and the state was updating it in the background so it was sent after incrementing and so the server skipped twice.
  • Update tag set server call so that it actually works.
  • Get rid of log file messages that mess up UI.
  • Fix UI update after shuffle.
  • Add move command that can be used in web UI for drag and drop re-arranging.
  • Add Raspberry Pi build to CI and make Discord build an optional step.
  • Tweak CSS so it works in release mode (embedding doesn't work for some reason).
Edited by Jason Heard

Merge request reports