Async album art showing thumbnails
[mussorgsky] / src / album_art_panel.py
index cbb7074..f98feb3 100644 (file)
@@ -68,7 +68,7 @@ class MussorgskyAlbumArtPanel (hildon.StackableWindow):
         album = treeview.get_model ().get_value (it, 3)
         artist = treeview.get_model ().get_value (it, 2)
 
-        dialog = AlbumArtSelectionDialog (self, artist, album, 4)
+        dialog = AlbumArtSelectionDialog (self, artist, album, 5)
         dialog.show_all ()
         
         response = dialog.run ()