mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Compress more http content-types.
Also, some minor refactoring
This commit is contained in:
parent
472f99b2b5
commit
1b5f855bff
5 changed files with 38 additions and 26 deletions
|
@ -62,7 +62,7 @@ func runNavidrome() {
|
|||
if err := db.Close(); err != nil {
|
||||
log.Error("Error closing DB", err)
|
||||
}
|
||||
log.Info("Navidrome stopped gracefully. Bye.")
|
||||
log.Info("Navidrome stopped, bye.")
|
||||
}()
|
||||
|
||||
g, ctx := errgroup.WithContext(context.Background())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue