[Slim-Checkins] r10442 - in /trunk/server: Changelog6.html Slim/Formats/Playlists.pm

adrian at svn.slimdevices.com adrian at svn.slimdevices.com
Sun Oct 22 15:08:32 PDT 2006


Author: adrian
Date: Sun Oct 22 15:08:29 2006
New Revision: 10442

URL: http://svn.slimdevices.com?rev=10442&view=rev
Log:
Bug: 4413
Description: registerParser was not updated when hash moved to Formats.pm

Modified:
    trunk/server/Changelog6.html
    trunk/server/Slim/Formats/Playlists.pm

Modified: trunk/server/Changelog6.html
URL: http://svn.slimdevices.com/trunk/server/Changelog6.html?rev=10442&r1=10441&r2=10442&view=diff
==============================================================================
--- trunk/server/Changelog6.html (original)
+++ trunk/server/Changelog6.html Sun Oct 22 15:08:29 2006
@@ -98,6 +98,7 @@
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4382">#4382</a> - Now Playing Empty shows on both screens</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4389">#4389</a> - Following genre link on the Nokia770 skin Now Playing page crashes SlimServer</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4393">#4393</a> - Dark Skin displays albums in Gallery view in a single column</li>
+		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4413">#4413</a> - registerParser api not working - breaks some AlienBBC streams</li>
 	</ul>
 </ul>
 

Modified: trunk/server/Slim/Formats/Playlists.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Formats/Playlists.pm?rev=10442&r1=10441&r2=10442&view=diff
==============================================================================
--- trunk/server/Slim/Formats/Playlists.pm (original)
+++ trunk/server/Slim/Formats/Playlists.pm Sun Oct 22 15:08:29 2006
@@ -26,7 +26,7 @@
 
 	$log->info("Registering external parser for type $type - class: $playlistClass");
 
-	$Slim::Music::Info::tagClasses{$type} = $playlistClass;
+	$Slim::Formats::tagClasses{$type} = $playlistClass;
 }
 
 sub parseList {



More information about the checkins mailing list