mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 11:50:14 +00:00
switch subtitle source order
This commit is contained in:
parent
5abf988810
commit
a5f6be16e1
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user