@@ -1190,6 +1190,7 @@ export default {
height: 298,
width: 530,
videoId: this.editing.song.songId,
+ host: "https://www.youtube-nocookie.com",
playerVars: {
controls: 0,
iv_load_policy: 3,
@@ -536,6 +536,7 @@ export default {
height: 270,
width: 480,
videoId: this.currentSong.songId,
startSeconds:
this.getTimeElapsed() / 1000 +
this.currentSong.skipDuration,