mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
@@ -62,8 +62,7 @@ window.qBittorrent.Cache ??= (() => {
|
||||
if (!response.ok)
|
||||
return;
|
||||
|
||||
const responseText = await response.text();
|
||||
const responseJSON = JSON.parse(responseText);
|
||||
const responseJSON = await response.json();
|
||||
deepFreeze(responseJSON);
|
||||
this.#m_store = responseJSON;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user