[rhythmbox] artsearch: fix typo in local search (bug #671950)



commit b1887b43d6543021dd8e6266e6acdbcfb030feda
Author: Jonathan Matthew <jonathan d14n org>
Date:   Tue Mar 13 08:42:42 2012 +1000

    artsearch: fix typo in local search (bug #671950)
    
    spotted by Patrice Duroux <duroux patrice orange fr>

 plugins/artsearch/local.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/artsearch/local.py b/plugins/artsearch/local.py
index a914b1d..819fbaa 100644
--- a/plugins/artsearch/local.py
+++ b/plugins/artsearch/local.py
@@ -73,7 +73,7 @@ class LocalSearch:
 					nkey.add_field("artist", artist)
 					uri = parent.resolve_relative_path(f_name).get_uri()
 					print "found album+artist match " + uri
-					self.store.store_uri(nkey. RB.ExtDBSourceType.USER, uri)
+					self.store.store_uri(nkey, RB.ExtDBSourceType.USER, uri)
 
 		# if that didn't work, look for the longest shared prefix
 		# only accept matches longer than 2 to avoid weird false positives



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]