code tidy-up
This commit is contained in:
parent
a24fbfc96e
commit
2190cac343
5 changed files with 363 additions and 338 deletions
|
|
@ -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():
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue