mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
fix lint
This commit is contained in:
parent
b20a268e0a
commit
5c5cae0970
@ -40,7 +40,7 @@ const Progress = (props) => {
|
|||||||
setLinked(false)
|
setLinked(false)
|
||||||
notify('message.lastfmLinkFailure', 'warning')
|
notify('message.lastfmLinkFailure', 'warning')
|
||||||
}
|
}
|
||||||
}, [apiKey, authUrl])
|
}, [apiKey, authUrl, notify, setCheckingLink, setLinked])
|
||||||
|
|
||||||
const endChecking = (success) => {
|
const endChecking = (success) => {
|
||||||
linkCheckDelay = null
|
linkCheckDelay = null
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user