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)