From 40f813ddc3cc7a0605750988a237755e1557914d Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sun, 17 Jan 2021 12:25:27 +0000 Subject: Use fixes for spotify fixes error caused by spotify returning a uint64 rather than int64 track length. Also note spotify doesn't return a position so it is not displayed. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index a360a50..88a35ef 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/godbus/dbus/v5 v5.0.3 github.com/hpcloud/tail v1.0.0 - github.com/hrfee/mpris2client v0.0.0-20210115213010-244c4cd6a569 + github.com/hrfee/mpris2client v0.0.5 github.com/spf13/pflag v1.0.5 golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect gopkg.in/fsnotify.v1 v1.4.7 // indirect -- cgit v1.2.3