Modified:
    trunk/autoqueue.py
Log:
do analysis after queueing, for a faster feel
Modified: trunk/autoqueue.py
==============================================================================
--- trunk/autoqueue.py	(original)
+++ trunk/autoqueue.py	Wed Apr 29 01:31:35 2009
@@ -425,6 +425,8 @@
                  break
          if found:
              self.player_enqueue(found)
+            for dummy in self.analyze_track(self.get_last_song()):
+                yield
          for dummy in exhaust(generator):
              yield
          if not found: