summaryrefslogtreecommitdiffstats
path: root/emacsconf-stream.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-11-01 09:58:42 -0400
committerSacha Chua <sacha@sachachua.com>2022-11-01 09:58:42 -0400
commitd74b4a426f52dd6bce43c6bbfc793e67f14c0f03 (patch)
treee3ec0d506001d83bdd862b898c3b8850d40282fb /emacsconf-stream.el
parent28d262b46a3abf43864e4e574cd60ed59af6d3a8 (diff)
downloademacsconf-el-d74b4a426f52dd6bce43c6bbfc793e67f14c0f03.tar.xz
emacsconf-el-d74b4a426f52dd6bce43c6bbfc793e67f14c0f03.zip
Fix track
Diffstat (limited to 'emacsconf-stream.el')
-rw-r--r--emacsconf-stream.el4
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