updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / squeezebox-server / scanner.patch
blobcc24d2480098444db3f4c7fdf392511b83219fd1
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
3 @@ -321,7 +321,7 @@
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}) {