mirror of
https://github.com/pierre-emmanuelJ/iptv-proxy.git
synced 2026-03-15 17:09:16 +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",
|
"http://%s:%d%s?username=%s&password=%s",
|
||||||
config.Hostname,
|
config.Hostname,
|
||||||
config.Port,
|
config.Port,
|
||||||
oriURL.RequestURI(),
|
oriURL.Path,
|
||||||
proxyConfig.User,
|
proxyConfig.User,
|
||||||
proxyConfig.Password,
|
proxyConfig.Password,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user