mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-04 19:30:13 +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 = [
|
SUBTITLE_SOURCE_CHOICES = [
|
||||||
("", "-- change subtitle source settings"),
|
("", "-- change subtitle source settings"),
|
||||||
|
("user", "only download user created"),
|
||||||
("auto", "also download auto generated"),
|
("auto", "also download auto generated"),
|
||||||
("user", "only download uploader"),
|
|
||||||
]
|
]
|
||||||
|
|
||||||
SUBTITLE_INDEX_CHOICES = [
|
SUBTITLE_INDEX_CHOICES = [
|
||||||
|
Loading…
Reference in New Issue
Block a user