From 19b5e8cc35a247cdf546342e2730efd68aaeb82f Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sat, 15 Feb 2025 15:30:17 +0000 Subject: [PATCH] Content now display thumbnails and play buttons for a broader range of audio and video file formats, enhancing the viewing experience for more media types --- make_post_sell/templates/content.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_post_sell/templates/content.j2 b/make_post_sell/templates/content.j2 index 9494c25..5e20c47 100644 --- a/make_post_sell/templates/content.j2 +++ b/make_post_sell/templates/content.j2 @@ -31,7 +31,7 @@
{% if "thumbnail1" in product.extensions %} - {% if product.extensions["product"] in ["mp3", "mp4"] %} + {% if product.extensions["product"] in ["mp3", "mp4", "wav", "flac", "aac", "ogg", "wma", "m4a", "avi", "mov", "wmv", "flv", "mkv", "webm", "m4v"] %}