mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-28 13:03:10 +02:00
Fix manual search - append apikey
This commit is contained in:
@@ -70,6 +70,8 @@ function loadJackettSettings() {
|
||||
basePath = '';
|
||||
}
|
||||
|
||||
api.key = data.api_key;
|
||||
|
||||
$("#jackett-savedir").val(data.blackholedir);
|
||||
$("#jackett-allowext").attr('checked', data.external);
|
||||
$("#jackett-allowupdate").attr('checked', data.updatedisabled);
|
||||
|
Reference in New Issue
Block a user