mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-02 07:36:17 +00:00
Fix for wrongfully skipping on error
This commit is contained in:
@@ -222,6 +222,7 @@ function getTitle(titt, v)
|
|||||||
|
|
||||||
function errorHandler(newState)
|
function errorHandler(newState)
|
||||||
{
|
{
|
||||||
|
if(video_id !== undefined)
|
||||||
socket.emit("skip");
|
socket.emit("skip");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user