[Slim-Checkins] r11797 - /branches/6.5/server/Slim/Formats/XML.pm

andy at svn.slimdevices.com andy at svn.slimdevices.com
Mon Apr 23 12:01:28 PDT 2007


Author: andy
Date: Mon Apr 23 12:01:27 2007
New Revision: 11797

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

Modified:
    branches/6.5/server/Slim/Formats/XML.pm

Modified: branches/6.5/server/Slim/Formats/XML.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Slim/Formats/XML.pm?rev=11797&r1=11796&r2=11797&view=diff
==============================================================================
--- branches/6.5/server/Slim/Formats/XML.pm (original)
+++ branches/6.5/server/Slim/Formats/XML.pm Mon Apr 23 12:01:27 2007
@@ -175,7 +175,7 @@
 	my $xml = xmlToHash($content);
 
 	# convert XML into data structure
-	if ($xml && $xml->{'body'} && $xml->{'body'}->{'outline'}) {
+	if ($xml && $xml->{'body'}) {
 
 		# its OPML outline
 		return parseOPML($xml);



More information about the checkins mailing list