Skip to content

Commit

Permalink
Merge pull request #472 from edde746/development
Browse files Browse the repository at this point in the history
Actually show streaming server error
  • Loading branch information
tymmesyde committed Oct 11, 2023
2 parents 3e2e579 + 4b477bd commit 0c02a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/Settings/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,8 @@ const Settings = () => {
streamingServer.settings.type === 'Ready' ?
t('SETTINGS_SERVER_STATUS_ONLINE')
:
streamingServer.settings.type === 'Error' ?
`${t('SETTINGS_SERVER_STATUS_ERROR')}: (${streamingServer.settings.content})`
streamingServer.settings.type === 'Err' ?
t('SETTINGS_SERVER_STATUS_ERROR')
:
streamingServer.settings.type
}
Expand Down

0 comments on commit 0c02a68

Please sign in to comment.