diff options
author | Thanos Apollo <[email protected]> | 2023-07-08 11:45:27 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-08 11:45:27 +0300 |
commit | 4f66b32221ee94d14a58c302b5a59807f8943de6 (patch) | |
tree | 1c324eeb5a4aef61f162ea05c1b1cd03580b6db7 | |
parent | 496ca6a8fdac8e66d25f2547b649ee0094b74e92 (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.el | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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) |