From cff77cc27363ecf7f39aad66440bb51e2959d5d1 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 1 Nov 2022 10:14:21 -0400 Subject: Remove need for subed-video-extensions --- emacsconf-publish.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacsconf-publish.el') diff --git a/emacsconf-publish.el b/emacsconf-publish.el index 04775e5..018d8da 100644 --- a/emacsconf-publish.el +++ b/emacsconf-publish.el @@ -1256,7 +1256,7 @@ Entries are sorted chronologically, with different tracks interleaved." (car (mapcar (lambda (suffix) - (seq-find (lambda (s) (string-match (regexp-quote (concat video-slug "--" suffix "\\." (regexp-opt subed-video-extensions))) s)) files)) + (seq-find (lambda (s) (string-match (regexp-quote (concat video-slug "--" suffix "\\." (regexp-opt emacsconf-media-extensions))) s)) files)) '("main" "captioned" "normalized" "reencoded" "compressed" "original"))) (seq-find 'file-exists-p @@ -1268,7 +1268,7 @@ Entries are sorted chronologically, with different tracks interleaved." nil (concat (regexp-quote video-slug) ".*\\." - (regexp-opt subed-video-extensions)))))) + (regexp-opt emacsconf-media-extensions)))))) (defun emacsconf-check-video-formats () (interactive) -- cgit v1.2.3