mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Integer is a closer fit for bool
This commit is contained in:
parent
811bbdf57f
commit
1ccdd2e58b
@ -45,7 +45,7 @@ class FileExtension(models.TextChoices):
|
||||
MKV = 'mkv', _('Matroska Multimedia Container')
|
||||
|
||||
|
||||
class FilterSeconds(models.TextChoices):
|
||||
class FilterSeconds(models.IntegerChoices):
|
||||
MIN = True, _('Minimum Length')
|
||||
MAX = False, _('Maximum Length')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user