diff options
author | Sacha Chua <sacha@sachachua.com> | 2025-01-23 08:58:03 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2025-01-23 08:58:03 -0500 |
commit | 964f44e68a0eba8dd49ab354c3739313f75914be (patch) | |
tree | ad41c936512f9f9c08f764c2cccf926f6df79e27 /roles/obs/templates/play | |
parent | 22e032875f454c7edd1f15329532874196476fc5 (diff) | |
download | emacsconf-ansible-964f44e68a0eba8dd49ab354c3739313f75914be.tar.xz emacsconf-ansible-964f44e68a0eba8dd49ab354c3739313f75914be.zip |
use cache dir
Diffstat (limited to '')
-rwxr-xr-x | roles/obs/templates/play | 2 |
1 files changed, 1 insertions, 1 deletions
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 |