mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 06:20:17 -05:00
[web] Lint source code
Removal of useless statements.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
:class="{ 'is-inactive': is_live }"
|
||||
:style="{
|
||||
'--ratio': track_progress_ratio,
|
||||
'--cursor': $filters.cursor(this.cursor)
|
||||
'--cursor': $filters.cursor(cursor)
|
||||
}"
|
||||
:disabled="is_live"
|
||||
@change="seek"
|
||||
|
||||
Reference in New Issue
Block a user