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 3d1ec18cbd
commit fe01bcbe29

View File

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