fix halt when player is removed

rewritten without goroutines or checking if processes exist and it seems
to work much better now.
This commit is contained in:
2020-08-22 14:39:23 +01:00
parent 3cf3f910ca
commit 5020e1c929
3 changed files with 207 additions and 99 deletions

4
go.mod
View File

@@ -2,6 +2,4 @@ module github.com/hrfee/waybar-mpris
go 1.15
require (
github.com/godbus/dbus/v5 v5.0.3
)
require github.com/godbus/dbus/v5 v5.0.3