diff --git a/_includes/media-list.html b/_includes/media-list.html
index 16e357d6bc7d2e06176da43c456a2c8325570899..ea74002caf2349d03a319aa56bc1463a19b69d2c 100644
--- a/_includes/media-list.html
+++ b/_includes/media-list.html
@@ -47,7 +47,7 @@
 					{% include media-in-list.html -%}
 				{% endif %}
 			{% endif %}
-			{% if video.release_date and video.release_date != '' %}
+			{% if video.release_date and video.release_date != '' and releasedate < nowunix  %}
 					{% assign mediasize = mediasize | plus: 1 -%}
 					{% assign m2 = max | minus: 1 -%}
 					{% if counter >  m2 -%}