diff --git a/templates/showMovie.html b/templates/showMovie.html
index 1bdd6dcb..9e150b33 100644
--- a/templates/showMovie.html
+++ b/templates/showMovie.html
@@ -23,6 +23,6 @@
const video_param = parseInt(url.searchParams.get("epi")) ? parseInt(url.searchParams.get("epi")) : 0
- videoEl.setAttribute('src',`http:/localhost:8000/media/${movie_data[video_param].file}`)
+ videoEl.setAttribute('src',`http://localhost:8000/media/${movie_data[video_param].file}`)
{% endblock content %}