[autoqueue commit] r267 - oops

0 views
Skip to first unread message

codesite...@google.com

unread,
Apr 21, 2009, 3:33:12 AM4/21/09
to auto...@googlegroups.com
Author: this...@gmail.com
Date: Tue Apr 21 00:32:30 2009
New Revision: 267

Modified:
trunk/autoqueue.py

Log:
oops

Modified: trunk/autoqueue.py
==============================================================================
--- trunk/autoqueue.py (original)
+++ trunk/autoqueue.py Tue Apr 21 00:32:30 2009
@@ -1058,8 +1058,7 @@
def prune_search(self):
while self._rows:
item = self._rows.pop(0)
- search = self.player_construct_search(
- {'artist': item[0], 'title': item[1]})
+ search = self.construct_search(artist=item[0], title=item[1])
songs = self.player_search(search)
if not songs:
self._nrows.append(item)

Reply all
Reply to author
Forward
0 new messages