diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-01 10:30:31 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-01 10:30:31 -0400 |
commit | 03cbfa1e55994f0230cbd32a26b73fd618ee4e5a (patch) | |
tree | c889eda878ed320ae54f4ad8ef76dced40bfa1ea | |
parent | cff77cc27363ecf7f39aad66440bb51e2959d5d1 (diff) | |
download | emacsconf-el-03cbfa1e55994f0230cbd32a26b73fd618ee4e5a.tar.xz emacsconf-el-03cbfa1e55994f0230cbd32a26b73fd618ee4e5a.zip |
Get chapter markers from backstage
-rw-r--r-- | emacsconf-publish.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsconf-publish.el b/emacsconf-publish.el index 018d8da..f4b6cab 100644 --- a/emacsconf-publish.el +++ b/emacsconf-publish.el @@ -194,7 +194,7 @@ (emacsconf-make-chapter-strings (expand-file-name (concat video-base "--chapters.vtt") - emacsconf-cache-dir) + emacsconf-protected-media-directory) (plist-get talk :track-base-url)))) (info (append |