aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-01-16 22:35:38 -0500
committerJesús <heckyel@hyperbola.info>2021-01-16 22:35:38 -0500
commit439c4638c1da414abe02dc9c79cef422db306578 (patch)
treef72069b9ad38e82e45573a2cc67d83c1c26ff899
parente5ab4fa1eb5c0a86c6c65075f14aa3b37f5108ad (diff)
downloadlivie-439c4638c1da414abe02dc9c79cef422db306578.tar.lz
livie-439c4638c1da414abe02dc9c79cef422db306578.tar.xz
livie-439c4638c1da414abe02dc9c79cef422db306578.zip
minor fix
-rw-r--r--livie.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/livie.el b/livie.el
index 5039247..8bdf2ff 100644
--- a/livie.el
+++ b/livie.el
@@ -238,7 +238,7 @@ too long).")
(authorId "" :read-only t)
(length 0 :read-only t)
(views 0 :read-only t)
- (published 0 :read-only t))
+ (published 0 :read-only t))
(defun livie--API-call (method args)
"Perform a call to the invidious API method METHOD passing ARGS.