From 964f44e68a0eba8dd49ab354c3739313f75914be Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Thu, 23 Jan 2025 08:58:03 -0500 Subject: use cache dir --- roles/obs/templates/play | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/obs/templates/play') diff --git a/roles/obs/templates/play b/roles/obs/templates/play index e205b46..69632d4 100755 --- a/roles/obs/templates/play +++ b/roles/obs/templates/play @@ -24,7 +24,7 @@ fi # Play the video if it exists. If it doesn't exist, switch to the BBB room and stop processing. if [ "x$TEST_MODE" = "x" ]; then - LIST=($BASE_DIR/assets/stream/{{ emacsconf_id }}-{{ emacsconf_year }}-$SLUG*--main.webm) + LIST=($CACHE_DIR/{{ emacsconf_id }}-{{ emacsconf_year }}-$SLUG*--main.webm) else LIST=($BASE_DIR/assets/test/{{ emacsconf_id }}-{{ emacsconf_year }}-$SLUG*--main.webm) fi -- cgit v1.2.3