mirror of
https://github.com/pierre-emmanuelJ/iptv-proxy.git
synced 2026-03-12 22:24:18 +01:00
Fix m3u path
Signed-off-by: Pierre-Emmanuel Jacquier <pierre-emmanuel.jacquier@epitech.eu>
This commit is contained in:
@@ -40,7 +40,7 @@ func ReplaceURL(proxyConfig *config.ProxyConfig) (*m3u.Playlist, error) {
|
||||
"http://%s:%d%s?username=%s&password=%s",
|
||||
config.Hostname,
|
||||
config.Port,
|
||||
oriURL.RequestURI(),
|
||||
oriURL.Path,
|
||||
proxyConfig.User,
|
||||
proxyConfig.Password,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user