fix(frontend): added missing space to proxy url (#515)

This commit is contained in:
varthe
2025-11-30 00:36:15 +01:00
committed by GitHub
parent b4b69291e6
commit 1e06ad987a
@@ -183,13 +183,13 @@ function Content() {
? 'stremthru:8080'
: 'mediaflow-proxy:8888'
: 'mediaflow-proxy:8888'}
as the URL above but then using https://
as the URL above but then using https://
{userData.proxy?.id
? userData.proxy.id === 'stremthru'
? 'stremthru.yourdomain.com'
: 'mediaflow-proxy.yourdomain.com'
: 'mediaflow-proxy.yourdomain.com'}
as the public URL.
as the public URL.
</p>
</div>
)}