Fixed: UI notification after Sonarr updates

This commit is contained in:
Mark McDowall
2015-02-17 21:52:06 -08:00
parent bf65807ef3
commit 59f487392e
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ $(document).ajaxSuccess(function(event, xhr) {
if (version !== window.NzbDrone.Version) {
vent.trigger(vent.Events.ServerUpdated);
}
});
});