[banshee: 14/57] Have always recursive browse
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee: 14/57] Have always recursive browse
- Date: Mon, 13 Feb 2012 20:28:59 +0000 (UTC)
commit 662ffbec33013109e80acb0ac1c1faede95a3ec4
Author: Tobias Arrskog <topfs2 xbmc org>
Date: Tue Jun 14 23:44:34 2011 +0200
Have always recursive browse
.../Banshee.UPnPClient/UPnPSource.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPSource.cs b/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPSource.cs
index 8f9e2d8..1deb088 100644
--- a/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPSource.cs
+++ b/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPSource.cs
@@ -66,7 +66,7 @@ namespace Banshee.UPnPClient
try
{
Container root = contentDirectory.GetRootObject();
-
+ /*
if (root.IsSearchable)
{
Hyena.Log.Debug("UPnPSource: " + this.UniqueId + " have searchable root");
@@ -75,6 +75,7 @@ namespace Banshee.UPnPClient
AddTrack(track);
}
else
+ */
{
Hyena.Log.Debug("UPnPSource: " + this.UniqueId + " does not contain a searchable root, need to recursive browse");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]