fix volume control
This commit is contained in:
parent
72e8f94143
commit
76d1004b2f
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -248,7 +248,7 @@ def api_volume():
|
|||
|
||||
sock = mpv_socket_open()
|
||||
if sock is not None:
|
||||
mpv_socket_command(sock, {"command": ["set", "volume", volume]})
|
||||
mpv_socket_command(sock, {"command": ["set", "volume", str(volume)]})
|
||||
sock.close()
|
||||
|
||||
return jsonify(volume)
|
||||
|
|
Loading…
Add table
Reference in a new issue