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