We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1dfc2 commit 3b69ef0Copy full SHA for 3b69ef0
Slim/Utils/Scanner/Local.pm
@@ -372,20 +372,6 @@ sub rescan {
372
# No more paths to scan, notify API handlers and send a rescan done event
373
else {
374
markDone( undef, undef, $changes, $args );
375
-
376
- if (main::SCANNER) {
377
- Slim::Music::Import->setIsScanning(0);
378
379
- if ( my $handler = $pluginHandlers->{onFinishedHandler} ) {
380
- $handler->(0);
381
- }
382
383
- Slim::Control::Request::notifyFromArray( undef, [ 'rescan', 'done' ] );
384
385
- if ( $args->{onFinished} ) {
386
- $args->{onFinished}->();
387
388
389
}
390
391
0 commit comments