add implementations for several mpris methods

This commit is contained in:
Drew Weymouth
2023-07-12 17:41:16 -07:00
parent 1ce8442138
commit 2a17718969
3 changed files with 98 additions and 29 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ const (
)
func main() {
myApp, err := backend.StartupApp(appname, appVersionTag, configFile, latestReleaseURL)
myApp, err := backend.StartupApp(appname, displayName, appVersionTag, configFile, latestReleaseURL)
if err != nil {
log.Fatalf("fatal startup error: %v", err.Error())
}