mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-18 17:02:12 +00:00
don't show error details
This commit is contained in:
parent
b76bfd534a
commit
4b477bd8ba
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ const Settings = () => {
|
|||
t('SETTINGS_SERVER_STATUS_ONLINE')
|
||||
:
|
||||
streamingServer.settings.type === 'Err' ?
|
||||
`${t('SETTINGS_SERVER_STATUS_ERROR')}: (${streamingServer.settings.content?.message || "Unknown"})`
|
||||
t('SETTINGS_SERVER_STATUS_ERROR')
|
||||
:
|
||||
streamingServer.settings.type
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue