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