[web] Transition to camel case

This commit is contained in:
Alain Nussbaumer
2025-03-08 22:27:06 +01:00
parent c22372daa6
commit 905d0ca88b
36 changed files with 188 additions and 203 deletions

View File

@@ -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 = () => {