From 439c4638c1da414abe02dc9c79cef422db306578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 16 Jan 2021 22:35:38 -0500 Subject: minor fix --- livie.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3