fix: harden metadata fetch release paths

This commit is contained in:
NimBold
2026-07-08 16:36:03 +03:30
parent 800b94f9c0
commit 5fc3c9f965
2 changed files with 45 additions and 12 deletions
+1 -1
View File
@@ -840,7 +840,7 @@ runEngineChecks(false);
{settings.proxyMode === 'none' && 'Downloads ignore configured proxies.'}
{settings.proxyMode === 'system' && `Downloads use the detected ${platform.os === 'macos' ? 'macOS' : platform.os === 'windows' ? 'Windows' : 'desktop'} system proxy. Normal file downloads require an HTTP or HTTPS proxy endpoint; media downloads can use SOCKS.`}
{settings.proxyMode === 'custom' && (settings.proxyHost
? 'Downloads use the configured proxy URL for HTTP, HTTPS, and media engines.'
? 'Downloads use the configured HTTP proxy endpoint for metadata and download engines.'
: 'Enter a proxy host and port to enable the custom proxy.')}
</p>
</div>