diff options
Diffstat (limited to '')
-rw-r--r-- | emacsconf-stream.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacsconf-stream.el b/emacsconf-stream.el index b09f24c..26f62e6 100644 --- a/emacsconf-stream.el +++ b/emacsconf-stream.el @@ -68,8 +68,8 @@ Files should be in YEAR/video-slug--main.webm and video-slug--main.vtt.") (defun emacsconf-stream-set-talk-info (talk) (interactive (list (emacsconf-complete-talk-info))) - (emacsconf-stream-set-talk-info - (track (emacsconf-get-track talk)) + (emacsconf-stream-set-talk-info-from-strings + (emacsconf-get-track talk) (concat (replace-regexp-in-string "^.*//" "" emacsconf-base-url) (plist-get talk :url)) (concat (cond |