Support Pulseaudio sink-inputs
This commit is contained in:
parent
a9c6cdcd0f
commit
bbde2299fe
8 changed files with 145 additions and 10 deletions
1
app.go
1
app.go
|
|
@ -38,7 +38,6 @@ func NewApp(cfg *config.Config) *App {
|
|||
|
||||
// Register routes
|
||||
ui.DeclareRoutes(router, cfg)
|
||||
ui.DeclareNoJSRoutes(router, cfg)
|
||||
api.DeclareRoutes(router, cfg)
|
||||
|
||||
router.GET("/api/version", func(c *gin.Context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue