Bugzilla – Bug 6782
Save playlist fails when trying to save
Last modified: 2009-09-08 09:31:34 UTC
The pushModeLeft fails after entering the playlist name. It still refers to old mode names. Probably should be 7.0 fix is: Index: server/Slim/Plugin/SavePlaylist/Plugin.pm =================================================================== --- server/Slim/Plugin/SavePlaylist/Plugin.pm (revision 16763) +++ server/Slim/Plugin/SavePlaylist/Plugin.pm (working copy) @@ -149,7 +149,7 @@ if ($type eq 'nextChar') { # re-enter plugin with the new playlist title to get the confirmation screen for saving the playlist. - Slim::Buttons::Common::pushModeLeft($client,'PLUGIN.SavePlaylist', { + Slim::Buttons::Common::pushModeLeft($client,'Slim::Plugin::SavePlaylist::Plugin', { 'playlist' => $context{$client}, });
Yes!
fixed for 7.0 at change 16774. no changelog entry created for this one, as it's not a 'fixed since 6.5' bug. It's a "crap, we didn't convert this one correctly along the way" bug.
This bug is being closed since it was resolved for a version which is now released! Please download the new version of SqueezeCenter (formerly SlimServer) at http://www.slimdevices.com/su_downloads.html If you are still seeing this bug, please re-open it and we will consider it for a future release.