Stopping soundcloud player when navigating to frontpage from channel

This commit is contained in:
Kasper Rynning-Tønnesen
2018-05-06 12:44:54 +02:00
parent 5b554fc328
commit 9f1b882335

View File

@@ -637,6 +637,9 @@ var Channel = {
try{ try{
Player.player.destroy(); Player.player.destroy();
} catch(error){} } catch(error){}
try {
Player.soundcloud_player.kill();
} catch(error){}
Player.player = ""; Player.player = "";
document.title = "Zoff"; document.title = "Zoff";
} }