switch subtitle source order

This commit is contained in:
simon 2022-02-12 17:09:05 +07:00
parent 5abf988810
commit a5f6be16e1
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -70,8 +70,8 @@ class ApplicationSettingsForm(forms.Form):
SUBTITLE_SOURCE_CHOICES = [
("", "-- change subtitle source settings"),
("user", "only download user created"),
("auto", "also download auto generated"),
("user", "only download uploader"),
]
SUBTITLE_INDEX_CHOICES = [