don't show error details

This commit is contained in:
edde746 2023-10-10 22:01:37 +02:00 committed by GitHub
parent b76bfd534a
commit 4b477bd8ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}