Index: Utils/Misc.pm =================================================================== --- Utils/Misc.pm (revision 11590) +++ Utils/Misc.pm (working copy) @@ -954,6 +954,9 @@ 'recursive' => 0, }); + # Bug: 4812 - notify those interested that the database has changed. + Slim::Control::Request::notifyFromArray(undef, [qw(rescan done)]); + # Bug: 3841 - check for new artwork # But don't search at the root level. if ($path ne Slim::Utils::Prefs::get('audiodir')) {