[Slim-Checkins] r33682 - /7.7/trunk/server/Slim/Utils/Scanner.pm

[email protected]
Newsgroups gmane.music.equipment.slimdevices.cvs
Message-ID <[email protected]>
Author: agrundman
Date: Thu Nov 10 06:34:51 2011
New Revision: 33682

URL: http://svn.slimdevices.com/slim?rev=33682&view=rev
Log:
Fix newTrack method call (thanks Dan)

Modified:
    7.7/trunk/server/Slim/Utils/Scanner.pm

Modified: 7.7/trunk/server/Slim/Utils/Scanner.pm
URL: http://svn.slimdevices.com/slim/7.7/trunk/server/Slim/Utils/Scanner.pm?rev=33682&r1=33681&r2=33682&view=diff
==============================================================================
--- 7.7/trunk/server/Slim/Utils/Scanner.pm (original)
+++ 7.7/trunk/server/Slim/Utils/Scanner.pm Thu Nov 10 06:34:51 2011
@@ -321,7 +321,7 @@
 	$progress->total( scalar @{$files} ) if $progress;
 
 	# If we're starting with a clean db - don't bother with searching for a track
-	my $method   = $::wipe ? 'newTrack' : 'updateOrCreate';
+	my $method   = $::wipe ? '_newTrack' : 'updateOrCreate';
 
 	for my $file (@{$files}) {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.