Allow to set maximum custom playlist length via a config variable.

This commit is contained in:
Jakub Filo
2022-08-27 22:36:07 +02:00
parent a7d9df5516
commit 4818b89ab1
7 changed files with 19 additions and 8 deletions

View File

@@ -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