Bug 6782 - Save playlist fails when trying to save
: Save playlist fails when trying to save
Status: CLOSED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Plugin
: 7.0
: Macintosh Other
: P2 normal (vote)
: ---
Assigned To: KDF
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-01-25 12:51 UTC by KDF
Modified: 2009-09-08 09:31 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description KDF 2008-01-25 12:51:33 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},
 		});
Comment 1 Blackketter Dean 2008-01-25 15:30:20 UTC
Yes!  
Comment 2 KDF 2008-01-25 15:44:34 UTC
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.
Comment 3 Chris Owens 2008-03-07 09:05:09 UTC
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.