Fixes formatting

This commit is contained in:
cavanfarrell 2023-10-20 10:25:20 -05:00
parent 0542c734e5
commit 350e544594
1 changed files with 6 additions and 5 deletions

View File

@ -295,11 +295,12 @@ class ValidateSourceView(FormView):
class EditSourceMixin: class EditSourceMixin:
model = Source model = Source
fields = ('source_type', 'key', 'name', 'directory', 'media_format', fields = ('source_type', 'key', 'name', 'directory', 'media_format',
'index_schedule', 'download_media', 'download_cap', 'delete_old_media', 'delete_removed_media', 'index_schedule', 'download_media', 'download_cap', 'delete_old_media',
'days_to_keep', 'source_resolution', 'source_vcodec', 'source_acodec', 'delete_removed_media', 'days_to_keep', 'source_resolution', 'source_vcodec',
'prefer_60fps', 'prefer_hdr', 'fallback', 'copy_thumbnails', 'write_nfo', 'source_acodec', 'prefer_60fps', 'prefer_hdr', 'fallback', 'copy_thumbnails',
'write_json', 'embed_metadata', 'embed_thumbnail', 'enable_sponsorblock', 'write_nfo', 'write_json', 'embed_metadata', 'embed_thumbnail',
'sponsorblock_categories', 'write_subtitles', 'auto_subtitles', 'sub_langs') 'enable_sponsorblock', 'sponsorblock_categories', 'write_subtitles',
'auto_subtitles', 'sub_langs')
errors = { errors = {
'invalid_media_format': _('Invalid media format, the media format contains ' 'invalid_media_format': _('Invalid media format, the media format contains '
'errors or is empty. Check the table at the end of ' 'errors or is empty. Check the table at the end of '