mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[web] Lint source code
Removal of useless statements.
This commit is contained in:
@@ -180,7 +180,7 @@
|
||||
type="range"
|
||||
:style="{
|
||||
'--ratio': stream_volume / 100,
|
||||
'--cursor': $filters.cursor(this.cursor)
|
||||
'--cursor': $filters.cursor(cursor)
|
||||
}"
|
||||
@change="change_stream_volume"
|
||||
/>
|
||||
@@ -302,7 +302,7 @@
|
||||
type="range"
|
||||
:style="{
|
||||
'--ratio': stream_volume / 100,
|
||||
'--cursor': $filters.cursor(this.cursor)
|
||||
'--cursor': $filters.cursor(cursor)
|
||||
}"
|
||||
@change="change_stream_volume"
|
||||
/>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
type="range"
|
||||
:style="{
|
||||
'--ratio': volume / 100,
|
||||
'--cursor': $filters.cursor(this.cursor)
|
||||
'--cursor': $filters.cursor(cursor)
|
||||
}"
|
||||
@change="change_volume"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user