diff --git a/James' Things/foundry patches/loginmusic.sh b/James' Things/foundry patches/loginmusic.sh
index d089bb3..59ceb84 100644
--- a/James' Things/foundry patches/loginmusic.sh
+++ b/James' Things/foundry patches/loginmusic.sh
@@ -1,4 +1,5 @@
# Add Music to the login screen
videoid="ZjQZxqTipHM"
-Video=""
-echo "$Video" >> /home/foundry/resources/app/templates/setup/join-game.html
+
+Video=''
+sed '70 i $Video' >> /home/foundry/resources/app/templates/setup/join-game.html