aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-07-08 11:45:27 +0300
committerThanos Apollo <[email protected]>2023-07-08 11:45:27 +0300
commit4f66b32221ee94d14a58c302b5a59807f8943de6 (patch)
tree1c324eeb5a4aef61f162ea05c1b1cd03580b6db7
parent496ca6a8fdac8e66d25f2547b649ee0094b74e92 (diff)
yeetube-results-limit: Set to 15 by default
Since we don't have to worry about invidious instances that only display 10 results anymore.
-rw-r--r--yeetube.el7
1 files changed, 2 insertions, 5 deletions
diff --git a/yeetube.el b/yeetube.el
index 7db8f60..ac1b3d3 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -40,11 +40,8 @@
:group 'external
:prefix "yeetube-")
-(defcustom yeetube-results-limit 10
- "Define the amount of search results.
-
-Note: If you are using an invidious instance, it's recommended to keep
-this < 13."
+(defcustom yeetube-results-limit 15
+ "Define a limit for search results."
:type 'number
:safe #'numberp
:group 'yeetube)