mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Trying fixes for skipping on errors
This commit is contained in:
@@ -126,7 +126,7 @@ var List = {
|
||||
},
|
||||
|
||||
skip: function(){
|
||||
socket.emit('skip', [chan, adminpass]);
|
||||
socket.emit('skip', {pass: adminpass, id:video_id});
|
||||
return true;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user