diff options
| -rw-r--r-- | emacsconf-stream.el | 2 | 
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)  | 
