mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Idle players now changing song when they need to, to keep up with the channel
This commit is contained in:
@@ -183,6 +183,7 @@ var Player = {
|
||||
if(prev_state == 2 && !chromecastAvailable) {
|
||||
Player.stopVideo();
|
||||
was_stopped = true;
|
||||
Player.cueVideoById(video_id, duration);
|
||||
if(!durationBegun) {
|
||||
Player.durationSetter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user