mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 11:18:26 +02:00
default format is FST, not WBFS
This commit is contained in:
parent
fcf38474c9
commit
58192ffe75
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import os
|
||||||
|
|
||||||
default_option = {
|
default_option = {
|
||||||
"language": "en",
|
"language": "en",
|
||||||
"format": "WBFS",
|
"format": "FST",
|
||||||
"disable_download": False,
|
"disable_download": False,
|
||||||
"del_track_after_conv": False,
|
"del_track_after_conv": False,
|
||||||
"dont_check_for_update": False,
|
"dont_check_for_update": False,
|
||||||
|
|
Loading…
Reference in a new issue