[Slim-Checkins] r10443 - in /branches/6.5/server: Changelog6.html Slim/Formats/Playlists.pm

adrian at svn.slimdevices.com adrian at svn.slimdevices.com
Sun Oct 22 15:11:20 PDT 2006


Author: adrian
Date: Sun Oct 22 15:11:16 2006
New Revision: 10443

URL: http://svn.slimdevices.com?rev=10443&view=rev
Log:
Bug: 4413
Description: merge -r 10441:10442 from trunk

Modified:
    branches/6.5/server/Changelog6.html
    branches/6.5/server/Slim/Formats/Playlists.pm

Modified: branches/6.5/server/Changelog6.html
URL: http://svn.slimdevices.com/branches/6.5/server/Changelog6.html?rev=10443&r1=10442&r2=10443&view=diff
==============================================================================
--- branches/6.5/server/Changelog6.html (original)
+++ branches/6.5/server/Changelog6.html Sun Oct 22 15:11:16 2006
@@ -105,6 +105,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: branches/6.5/server/Slim/Formats/Playlists.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Slim/Formats/Playlists.pm?rev=10443&r1=10442&r2=10443&view=diff
==============================================================================
--- branches/6.5/server/Slim/Formats/Playlists.pm (original)
+++ branches/6.5/server/Slim/Formats/Playlists.pm Sun Oct 22 15:11:16 2006
@@ -23,7 +23,7 @@
 
 	$::d_parse && msg("registerParser: Registering external parser for type $type - class: $playlistClass\n");
 
-	$Slim::Music::Info::tagClasses{$type} = $playlistClass;
+	$Slim::Formats::tagClasses{$type} = $playlistClass;
 }
 
 sub parseList {



More information about the checkins mailing list