mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix(frontend): added missing space to proxy url (#515)
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user