This commit is contained in:
Lain Iwakura 2026-03-27 22:32:41 +03:00
parent b20a268e0a
commit 5c5cae0970
No known key found for this signature in database
GPG Key ID: 8160466B2E8D1441

View File

@ -40,7 +40,7 @@ const Progress = (props) => {
setLinked(false)
notify('message.lastfmLinkFailure', 'warning')
}
}, [apiKey, authUrl])
}, [apiKey, authUrl, notify, setCheckingLink, setLinked])
const endChecking = (success) => {
linkCheckDelay = null