refactor: solve torrent and tor search errors

This commit is contained in:
Junior L. Botelho (JLB) 2023-03-08 18:46:23 -03:00
parent 0ef03edcb1
commit 395f3640e5
No known key found for this signature in database
GPG Key ID: 6A25840754F2A524
1 changed files with 2 additions and 2 deletions

View File

@ -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(