mirror of
https://github.com/hnhx/librex.git
synced 2025-04-29 05:59:27 -04:00
refactor: solve torrent and tor search errors
This commit is contained in:
parent
0ef03edcb1
commit
395f3640e5
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@
|
|||
"wikipedia_language" => "${CONFIG_WIKIPEDIA_LANGUAGE}",
|
||||
"invidious_instance_for_video_results" => "${CONFIG_INVIDIOUS_INSTANCE}",
|
||||
|
||||
"disable_bittorent_search" => "${CONFIG_DISABLE_BITTORRENT_SEARCH}",
|
||||
"disable_bittorent_search" => ${CONFIG_DISABLE_BITTORRENT_SEARCH},
|
||||
"bittorent_trackers" => "${CONFIG_BITTORRENT_TRACKERS}",
|
||||
"disable_hidden_service_search" => "${CONFIG_HIDDEN_SERVICE_SEARCH}",
|
||||
"disable_hidden_service_search" => ${CONFIG_HIDDEN_SERVICE_SEARCH},
|
||||
|
||||
"frontends" => array(
|
||||
"invidious" => array(
|
||||
|
|
Loading…
Add table
Reference in a new issue