mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
Error message not displayed
This commit is contained in:
parent
a4ae747b15
commit
c9c6094e5b
@ -128,7 +128,7 @@ export default {
|
||||
})
|
||||
.catch(() => {
|
||||
this.$store.dispatch('add_notification', {
|
||||
text: this.$t('server.connection.failed'),
|
||||
text: this.$t('server.connection-failed'),
|
||||
type: 'danger',
|
||||
topic: 'connection'
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user