mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 01:57:29 +00:00
parent
29eb56b0b3
commit
4bcaf61c60
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export async function bindToIndexedDB(webamp, clearState, useState) {
|
|||
try {
|
||||
previousSerializedState = await localStore.get(LOCAL_STORAGE_KEY);
|
||||
} catch (e) {
|
||||
console.error("Failed to load the saved state from IndexedDB", e);
|
||||
console.error("Failed to load the saves state from IndexedDB", e);
|
||||
}
|
||||
|
||||
if (previousSerializedState != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue