mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 22:48:27 +02:00
See #206: minor tweaks on settings (wording, input type...)
This commit is contained in:
parent
13c5219d71
commit
e7619fd189
7 changed files with 61 additions and 30 deletions
|
@ -13,3 +13,6 @@ class MaxTracks(preferences.DefaultFromSettingMixin, types.IntegerPreference):
|
|||
name = 'max_tracks'
|
||||
verbose_name = 'Max tracks per playlist'
|
||||
setting = 'PLAYLISTS_MAX_TRACKS'
|
||||
field_kwargs = {
|
||||
'required': False,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue