Switch player to MPRIS interface

This commit is contained in:
2021-11-24 16:31:18 -08:00
parent 4e88b4b7f8
commit b2b0ecebdd
4 changed files with 265 additions and 113 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module go.arsenm.dev/infinitime
go 1.16
require github.com/muka/go-bluetooth v0.0.0-20211122080231-b99792bbe62a
require (
github.com/godbus/dbus/v5 v5.0.3
github.com/muka/go-bluetooth v0.0.0-20211122080231-b99792bbe62a
)