mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-12 23:42:32 -04:00
[web] Remove unused variable
This commit is contained in:
parent
357657f586
commit
2b8bbb774f
@ -68,7 +68,6 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
pairingActive: false,
|
||||
reconnect_attempts: 0,
|
||||
timerId: 0
|
||||
}
|
||||
},
|
||||
@ -148,7 +147,6 @@ export default {
|
||||
const socket = this.createWebsocket()
|
||||
const vm = this
|
||||
socket.onopen = () => {
|
||||
vm.reconnect_attempts = 0
|
||||
socket.send(
|
||||
JSON.stringify({
|
||||
notify: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user