Support Pulseaudio sink-inputs

This commit is contained in:
nemunaire 2023-11-13 20:00:28 +01:00
commit bbde2299fe
8 changed files with 145 additions and 10 deletions

View file

@ -122,7 +122,7 @@ func declareSourcesRoutes(cfg *config.Config, router *gin.RouterGroup) {
return
}
c.JSON(http.StatusOK, s.TogglePause())
c.JSON(http.StatusOK, s.TogglePause("default"))
})
}