summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-11-26 09:50:46 -0500
committerSacha Chua <sacha@sachachua.com>2022-11-26 09:50:46 -0500
commitbbda6ceb18df5198f1f8c4891821522a90de2e93 (patch)
treed4c07f4b3a2a6e12151891690d308f72e71ca6f7
parent386dabfb15d34964fb12840052464bdaa3d79e63 (diff)
downloademacsconf-el-bbda6ceb18df5198f1f8c4891821522a90de2e93.tar.xz
emacsconf-el-bbda6ceb18df5198f1f8c4891821522a90de2e93.zip
play by slug so that the intro gets played too
-rw-r--r--emacsconf-stream.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsconf-stream.el b/emacsconf-stream.el
index e8ddef5..b9f084e 100644
--- a/emacsconf-stream.el
+++ b/emacsconf-stream.el
@@ -215,7 +215,7 @@ Final files should be stored in /data/emacsconf/stream/YEAR/video-slug--main.web
"nohup" "~/bin/track-mpv")
(or (and (plist-get talk :stream-files)
(split-string-and-unquote (plist-get talk :stream-files)))
- (list (emacsconf-stream-get-filename talk)))
+ (list (plist-get talk :slug)))
(list ">" "/dev/null" "2>&1" "&")))))
(defun emacsconf-stream-open-pad (talk)