switch subtitle source order

This commit is contained in:
simon
2022-02-12 17:09:05 +07:00
parent 5abf988810
commit a5f6be16e1

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 = [