Added ga event for import/exporting soundcloud and zoff

This commit is contained in:
Kasper Rynning-Tønnesen
2018-11-07 11:39:26 +01:00
parent 98f6f9b6fb
commit 496c1cdeb2
2 changed files with 3 additions and 0 deletions

View File

@@ -717,6 +717,7 @@ var List = {
});
}
} else if(thisSong == undefined) {
ga('send', 'event', "export", "soundcloud");
if(full_playlist.length > 0) {
List.exportToSoundCloud(full_playlist[0], 0);
}