mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
Remove false-positive on new version detection
This commit is contained in:
parent
81b17bf941
commit
2f10418242
@ -85,7 +85,7 @@ const ActivityPanel = () => {
|
||||
}, [dispatch])
|
||||
|
||||
useEffect(() => {
|
||||
if (serverStart.version !== config.version) {
|
||||
if (serverStart.version && serverStart.version !== config.version) {
|
||||
notify('ra.notification.new_version', 'info', {}, false, 604800000 * 50)
|
||||
}
|
||||
}, [serverStart, notify])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user