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