mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 18:17:38 +00:00
Only log when actually hitting the server, not local cache
This commit is contained in:
parent
35aeab9972
commit
f31893a3d0
1 changed files with 1 additions and 1 deletions
|
|
@ -245,11 +245,11 @@ const unloadedSkinEpic = (actions, states) =>
|
|||
return [page.default, chunk];
|
||||
}
|
||||
default:
|
||||
console.log("Going to server for chucnk", chunk);
|
||||
}
|
||||
if (chunkState[chunk] != null) {
|
||||
return null;
|
||||
}
|
||||
console.log("Going to server for chucnk", chunk);
|
||||
chunkState[chunk] = "fetching";
|
||||
const response = await fetch(
|
||||
`https://api.webamp.org/skins?offset=${
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue