mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-13 04:55:38 +00:00
Updated receiver to work more properly with the current player, and added a picture
This commit is contained in:
@@ -48,9 +48,9 @@ var Hostcontroller = {
|
||||
|
||||
window.history.pushState("object or string", "Title", "/"+chan.toLowerCase());
|
||||
}else if(arr.type == "pause")
|
||||
Player.player.pauseVideo();
|
||||
Player.pauseVideo();
|
||||
else if(arr.type == "play")
|
||||
Player.player.playVideo();
|
||||
Player.playVideo();
|
||||
else if(arr.type == "skip")
|
||||
List.skip();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user