From 9bd3ddb68adf27034459a9a529cf91579239f585 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Tue, 9 Mar 2021 22:47:17 +1100 Subject: [PATCH] Note that download link sorting will be wrong for higher resolutions. --- mediagoblin/templates/mediagoblin/media_displays/video.html | 1 + 1 file changed, 1 insertion(+) diff --git a/mediagoblin/templates/mediagoblin/media_displays/video.html b/mediagoblin/templates/mediagoblin/media_displays/video.html index 4a01b428..41ebfbbe 100644 --- a/mediagoblin/templates/mediagoblin/media_displays/video.html +++ b/mediagoblin/templates/mediagoblin/media_displays/video.html @@ -93,6 +93,7 @@ {% endif %} + {# Sorting will be wrong for resolutions >= 1000p as it's alphanumeric. #} {% for name, media in media.media_files|dictsort|list %} {% if name.startswith('webm') %}