aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorHarvey Tindall <hrfee@protonmail.ch>2020-08-22 14:39:23 +0100
committerHarvey Tindall <hrfee@protonmail.ch>2020-08-22 14:39:23 +0100
commit5020e1c9298bfa76e89016be1bd2dd157563ea41 (patch)
tree5ba3340e13e6756b63459cbf17ac72433b21f2d3 /go.mod
parent3cf3f910caea1fe0f3f7da08ca3bc20ba2f44d30 (diff)
downloadwaybar-mpris-5020e1c9298bfa76e89016be1bd2dd157563ea41.tar.gz
waybar-mpris-5020e1c9298bfa76e89016be1bd2dd157563ea41.zip
fix halt when player is removed
rewritten without goroutines or checking if processes exist and it seems to work much better now.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 1d3171e..04302e1 100644
--- a/go.mod
+++ b/go.mod
@@ -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