code tidy-up

This commit is contained in:
ari melody 2026-07-24 11:02:32 +01:00
parent a24fbfc96e
commit 2190cac343
Signed by: ari
GPG key ID: CF99829C92678188
5 changed files with 363 additions and 338 deletions

View file

@ -225,7 +225,7 @@ func (srv *Service) Run(ctx context.Context) {
select {
case err := <-failed:
log.Fatalf("MPRIS/D-Bus error: %v", err)
log.Printf("MPRIS/D-Bus error: %v", err)
case <-ctx.Done():
}
}