diff --git a/jitsimod/templates/jitsi/room.html b/jitsimod/templates/jitsi/room.html
index 9594d514700763b7d74a16ec2adaada8aa1c0dce..4c572ef56288ef536582e48ca9ac51436e526617 100644
--- a/jitsimod/templates/jitsi/room.html
+++ b/jitsimod/templates/jitsi/room.html
@@ -77,7 +77,7 @@
 			<div class="w3-bar-item w3-right w3-right-align">
 				<span>Uploaded: {{ video.created_at|date:"d.m.Y" }}</span><br/>
 				<form id="video-deleteform-{{ video.id }}" action="?" method="post">{% csrf_token %}<input type="hidden" name="deleterecording" value="{{ video.id }}" /></form>
-				<span><a href="#" onclick='if(confirm("Do you really want to delete this file?")) document.getElementById("video-deleteform-{{ video.id }}").submit();' class='w3-text-red'>Delete</a> | <a href="{{ MEDIA_URL }}{{ video.original }}?key={{ video.key }}&timestamp={{ video.created_at|date:'U' }}" download>Download</a></span>
+				<span><a href="#" onclick='if(confirm("Do you really want to delete this file?")) document.getElementById("video-deleteform-{{ video.id }}").submit();' class='w3-text-red'>Delete</a> | <a href="{{ MEDIA_URL }}{{ video.masterfile }}?key={{ video.key }}&timestamp={{ video.created_at|date:'U' }}" download>Download</a></span>
 			</div>
 		</li>
 		{% endfor %}