1 --- old/Slim/Utils/Scanner.pm 2011-07-30 17:21:00.925421170 -0700
2 +++ new/Slim/Utils/Scanner.pm 2011-07-30 17:27:30.843023502 -0700
4 $progress->total( scalar @{$files} ) if $progress;
6 # If we're starting with a clean db - don't bother with searching for a track
7 - my $method = $::wipe ? 'newTrack' : 'updateOrCreate';
8 + my $method = $::wipe ? '_newTrack' : 'updateOrCreate';
10 for my $file (@{$files}) {