mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Allow to set maximum custom playlist length via a config variable.
This commit is contained in:
parent
a7d9df5516
commit
4818b89ab1
7 changed files with 19 additions and 8 deletions
|
@ -869,3 +869,11 @@ default_user_preferences:
|
|||
## Default: false
|
||||
##
|
||||
#extend_desc: false
|
||||
|
||||
##
|
||||
## Maximum custom playlist length limit.
|
||||
##
|
||||
## Accepted values: Integer
|
||||
## Default: 500
|
||||
##
|
||||
#playlist_length_limit: 500
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue