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 5dc5590c67
commit 82be3a6425

View File

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