diff options
Diffstat (limited to 'livie.el')
-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. |