mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
* fix: make signaler exit on cancel `break` is incorrect here, as it just breaks out of the select. `return` to exit the function instead. Fixes #1636. Signed-off-by: Ian Kerins <ianskerins@gmail.com> * fix: exit non-zero on fatal error Signed-off-by: Ian Kerins <ianskerins@gmail.com>