🔧 Fixed caching issue with DC++ Hubs settings page

This commit is contained in:
2024-07-14 00:51:08 -04:00
parent bf406c8b6b
commit f4c498bce3
2 changed files with 50 additions and 25 deletions

View File

@@ -133,8 +133,8 @@ socketIOInstance.on("LS_COVER_EXTRACTION_FAILED", (data) => {
});
socketIOInstance.on("searchResultsAvailable", (data) => {
const results = Object.keys(data?.results).length;
toast(`${results} results found for query: ${data.query}`);
console.log(data);
toast(`Results found for query: ${JSON.stringify(data.query, null, 2)}`);
});
// 1b. Clear the localStorage sessionId upon receiving the