Skip to content

Commit

Permalink
Prevent a load on disconnect
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn committed Jun 22, 2022
1 parent d3ebc8f commit e95a6e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bundles/org.openhab.ui/web/src/components/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -565,10 +565,6 @@ export default {
this.playAudioUrl(JSON.parse(event.payload))
break
}
}, () => {
// in case of error, try reloading to refresh
this.stopEventSource()
this.startEventSource()
})
},
stopEventSource () {
Expand Down

0 comments on commit e95a6e8

Please sign in to comment.