[banshee: 30/57] Fixed, container now has UPnPServerSources and not music sources



commit 276cb8ebf2b58db3a986982344743225a5a8a08a
Author: Tobias Arrskog <topfs2 xbmc org>
Date:   Thu Jul 14 18:03:17 2011 +0200

    Fixed, container now has UPnPServerSources and not music sources

 .../Banshee.UPnPClient/UPnPService.cs              |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPService.cs b/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPService.cs
index 9247e43..87a1590 100644
--- a/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPService.cs
+++ b/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPService.cs
@@ -64,7 +64,7 @@ namespace Banshee.UPnPClient
         {
             if (container != null)
             {
-                foreach (UPnPMusicSource source in container.Children)
+                foreach (UPnPServerSource source in container.Children)
                     source.Disconnect();
 
                 ServiceManager.SourceManager.RemoveSource(container);



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