[Slim-Checkins] r11796 - /trunk/server/Slim/Formats/XML.pm

andy at svn.slimdevices.com andy at svn.slimdevices.com
Mon Apr 23 11:55:02 PDT 2007


Author: andy
Date: Mon Apr 23 11:55:02 2007
New Revision: 11796

URL: http://svn.slimdevices.com?rev=11796&view=rev
Log:
Properly parse OPML feeds with no outlines

Modified:
    trunk/server/Slim/Formats/XML.pm

Modified: trunk/server/Slim/Formats/XML.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Formats/XML.pm?rev=11796&r1=11795&r2=11796&view=diff
==============================================================================
--- trunk/server/Slim/Formats/XML.pm (original)
+++ trunk/server/Slim/Formats/XML.pm Mon Apr 23 11:55:02 2007
@@ -216,7 +216,7 @@
 	my $xml = xmlToHash($content);
 
 	# convert XML into data structure
-	if ($xml && $xml->{'body'} && $xml->{'body'}->{'outline'}) {
+	if ($xml && $xml->{'body'}) {
 
 		$log->debug("Parsing body as OPML");
 



More information about the checkins mailing list