mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
Remove false-positive on new version detection
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user