Fix issue that caused favorites not to reload
This commit is contained in:
parent
4af5293dae
commit
eb8153042d
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ const reloadFavorites = async () => {
|
|||
}
|
||||
|
||||
if (!different) {
|
||||
setTimeout(reloadFavorites, UPDATE_INTERVAL)
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue