Fixed visual bug where playlist-items had too little height in embedded mode

This commit is contained in:
Kasper Rynning-Tønnesen
2018-09-19 23:01:06 +02:00
parent c0bd3de5af
commit 4874d468fe

View File

@@ -136,6 +136,8 @@ window.addEventListener("load", function() {
startWaitTimerPlay();
}
List.calculate_song_heights();
window.onYouTubeIframeAPIReady = Player.onYouTubeIframeAPIReady;
socket.on("toast", toast);