mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-13 16:03:23 -05:00
[web] Return the value of slider as a number
This commit is contained in:
parent
2747289831
commit
b352e964d0
@ -10,7 +10,7 @@
|
||||
'--ratio': ratio,
|
||||
'--cursor': $filters.cursor(cursor)
|
||||
}"
|
||||
@input="$emit('update:value', $event.target.value)"
|
||||
@input="$emit('update:value', $event.target.valueAsNumber)"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user