This commit is contained in:
locke4
2023-10-21 21:23:57 +01:00
committed by GitHub
parent 0f65a4027a
commit fea0bb191e

View File

@@ -291,7 +291,7 @@ class Source(models.Model):
_('filter string'),
max_length=100,
default='.*',
blank=True
blank=True,
help_text=_('Regex compatible filter string for video titles')
)
delete_removed_media = models.BooleanField(