summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJakub Filo <jakub@filo.dev>2022-09-28 12:21:23 +0200
committerJakub Filo <jakub@filo.dev>2022-09-28 12:21:23 +0200
commit7c45026383132c5aaf47b761ef132f5b0e635bb8 (patch)
tree95be1ea72f730b9214073451c4a5b5d89a879bfa /config
parent4818b89ab164713b1e52b7b03e48d47b6e7bce26 (diff)
downloadinvidious-7c45026383132c5aaf47b761ef132f5b0e635bb8.tar.gz
invidious-7c45026383132c5aaf47b761ef132f5b0e635bb8.tar.bz2
invidious-7c45026383132c5aaf47b761ef132f5b0e635bb8.zip
Fix playlist limit
Diffstat (limited to 'config')
-rw-r--r--config/config.example.yml18
1 files changed, 8 insertions, 10 deletions
diff --git a/config/config.example.yml b/config/config.example.yml
index 424e2a38..160a2750 100644
--- a/config/config.example.yml
+++ b/config/config.example.yml
@@ -453,7 +453,13 @@ feed_threads: 1
##
#modified_source_code_url: ""
-
+##
+## Maximum custom playlist length limit.
+##
+## Accepted values: Integer
+## Default: 500
+##
+#playlist_length_limit: 500
#########################################
#
@@ -859,7 +865,7 @@ default_user_preferences:
## Default: false
##
#automatic_instance_redirect: false
-
+
##
## Show the entire video description by default (when set to 'false',
## only the first few lines of the description are shown and a
@@ -869,11 +875,3 @@ default_user_preferences:
## Default: false
##
#extend_desc: false
-
- ##
- ## Maximum custom playlist length limit.
- ##
- ## Accepted values: Integer
- ## Default: 500
- ##
- #playlist_length_limit: 500