mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-26 04:26:14 -05:00
[web] Transition to camel case
This commit is contained in:
@@ -141,7 +141,7 @@ export default {
|
||||
this.configurationStore.$state = data
|
||||
this.uiStore.hide_singles = data.hide_singles
|
||||
document.title = data.library_name
|
||||
this.open_websocket()
|
||||
this.openWebsocket()
|
||||
this.$Progress.finish()
|
||||
})
|
||||
.catch(() => {
|
||||
@@ -152,7 +152,7 @@ export default {
|
||||
})
|
||||
})
|
||||
},
|
||||
open_websocket() {
|
||||
openWebsocket() {
|
||||
const socket = this.create_websocket()
|
||||
const vm = this
|
||||
socket.onopen = () => {
|
||||
|
||||
Reference in New Issue
Block a user