diff --git a/bot/server/templates/player.html b/bot/server/templates/player.html
index 9371a26..c741272 100644
--- a/bot/server/templates/player.html
+++ b/bot/server/templates/player.html
@@ -138,7 +138,7 @@
if (navigator.share) {
navigator.share({
title: "Play",
- url: window.location.href
+ url: mediaLink
});
}
};