This commit is contained in:
locke4 2023-10-21 21:23:57 +01:00 committed by GitHub
parent 0f65a4027a
commit fea0bb191e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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