diff --git a/index.js b/index.js index 4e67a0f..2b81cf3 100644 --- a/index.js +++ b/index.js @@ -58,5 +58,6 @@ function onRequest(request, response) { } let httpServer = require("http").createServer(onRequest).listen(port); -require("ws2mpd").ws2mpd(httpServer, `http://localhost:${port}`); +require("ws2mpd").ws2mpd(httpServer, /.*/); +//require("ws2mpd").ws2mpd(httpServer, `http://localhost:${port}`); //require("ws2mpd").logging(false);