diff options
Diffstat (limited to 'roles/obs/templates/play')
-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 4f437a8..20fd24c 100755 --- a/roles/obs/templates/play +++ b/roles/obs/templates/play @@ -10,7 +10,7 @@ fi # Update the overlay FILE=$1 if [[ ! -f $FILE ]]; then - LIST=(/data/emacsconf/assets/stream/emacsconf-{{ emacsconf_year }}-$FILE*--main.webm) + LIST=({{ emacsconf_caption_dir }}/assets/stream/emacsconf-{{ emacsconf_year }}-$FILE*--main.webm) FILE="${LIST[0]}" BY_SLUG=1 fi |