Update PUT /api/streams for support multiple src params

This commit is contained in:
Alex X
2024-10-24 20:46:31 +03:00
parent 95a5283c86
commit a8d394efd7
3 changed files with 7 additions and 31 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ func apiPair(id, url string) error {
return err
}
streams.New(id, []string{conn.URL()})
streams.New(id, conn.URL())
return app.PatchConfig(id, conn.URL(), "streams")
}