Update webbyBits.py
This commit is contained in:
parent
e14484835e
commit
71228d8ccc
1 changed files with 0 additions and 1 deletions
|
|
@ -66,7 +66,6 @@ player = vlcInstance.media_player_new()
|
||||||
# for client side volume to work as well as possible, set system volume to 100 and control in app
|
# for client side volume to work as well as possible, set system volume to 100 and control in app
|
||||||
player.audio_set_volume(100)
|
player.audio_set_volume(100)
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
# Replace the star with the frontend domain if you dislike being hacked
|
|
||||||
socketio = SocketIO(app)
|
socketio = SocketIO(app)
|
||||||
|
|
||||||
def queueSong(song):
|
def queueSong(song):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue