mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed some loading-perforamance for soundcloud player
This commit is contained in:
@@ -698,7 +698,7 @@ var Player = {
|
||||
try {
|
||||
scPlaying = Player.soundcloud_player.isPlaying();
|
||||
} catch(e){}
|
||||
resizePlaylistPlaying(Player.player.getPlayerState() == YT.PlayerState.PLAYING || scPlaying || Player.player.getPlayerState() == YT.PlayerState.BUFFERING);
|
||||
resizePlaylistPlaying(scPlaying);
|
||||
}
|
||||
|
||||
Helper.css("#playpause", "visibility", "visible");
|
||||
|
||||
Reference in New Issue
Block a user