From 23738e32b367faf7a07676f67376d4fc10ba2a1a Mon Sep 17 00:00:00 2001 From: Pierre-Emmanuel Jacquier Date: Wed, 28 Aug 2019 17:21:17 +0000 Subject: [PATCH] fixup! fixup! Add xtream /get.php Signed-off-by: Pierre-Emmanuel Jacquier --- pkg/routes/xtream.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/routes/xtream.go b/pkg/routes/xtream.go index 28db755..893b133 100644 --- a/pkg/routes/xtream.go +++ b/pkg/routes/xtream.go @@ -33,6 +33,8 @@ func (p *proxy) xtreamGet(c *gin.Context) { return } + println("debug:", m3uURL.String()) + playlist, err := m3u.Parse(m3uURL.String()) if err != nil { c.AbortWithError(http.StatusInternalServerError, err)