diff options
author | Jesús <heckyel@hyperbola.info> | 2021-01-16 22:35:38 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-01-16 22:35:38 -0500 |
commit | 439c4638c1da414abe02dc9c79cef422db306578 (patch) | |
tree | f72069b9ad38e82e45573a2cc67d83c1c26ff899 | |
parent | e5ab4fa1eb5c0a86c6c65075f14aa3b37f5108ad (diff) | |
download | livie-439c4638c1da414abe02dc9c79cef422db306578.tar.lz livie-439c4638c1da414abe02dc9c79cef422db306578.tar.xz livie-439c4638c1da414abe02dc9c79cef422db306578.zip |
minor fix
-rw-r--r-- | livie.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |