[banshee: 22/57] Introduce each partial search result chunk to GUI



commit 3c27d36cacfb7e4922d1a907b3e057d017c9ae93
Author: Tobias Arrskog <topfs2 xbmc org>
Date:   Tue Jul 5 17:51:04 2011 +0200

    Introduce each partial search result chunk to GUI

 .../Banshee.UPnPClient/UPnPService.cs              |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPService.cs b/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPService.cs
index 39d44fe..90a1802 100644
--- a/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPService.cs
+++ b/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPService.cs
@@ -113,8 +113,11 @@ namespace Banshee.UPnPClient
                             musicTracks.Add(item as MusicTrack);
 					    }
 
-                        if (results.HasMoreResults)
+                        if (results.HasMoreResults) {
                             results = results.GetMoreResults(remoteContentDirectory);
+                            source.AddTracks (musicTracks);
+                            musicTracks.Clear();
+                        }
                         else
                             hasresults = false;
                     }



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