diff --git a/code/modules/media/mediamanager.dm b/code/modules/media/mediamanager.dm
index 46103722c68..aa52f5c80a2 100644
--- a/code/modules/media/mediamanager.dm
+++ b/code/modules/media/mediamanager.dm
@@ -6,8 +6,36 @@
* Rewritten (except for player HTML) by N3X15
***********************/
-// Open up WMP and play musique.
-// TODO: Convert to VLC for cross-platform and ogg support. - N3X
+// Open up VLC and play musique.
+// Converted to VLC for cross-platform and ogg support. - N3X
+var/const/PLAYER_HTML={"
+
+
+
+"}
+
+/* OLD, DO NOT USE. CONTROLS.CURRENTPOSITION IS BROKEN.
var/const/PLAYER_HTML={"
"}
+*/
// Hook into the events we desire.
/hook_handler/soundmanager