summaryrefslogtreecommitdiffstats
path: root/roles/obs/templates/play
diff options
context:
space:
mode:
Diffstat (limited to 'roles/obs/templates/play')
-rwxr-xr-xroles/obs/templates/play2
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