Fixed audioscrobbler plugin ID.

CQTexperiment
vspader 2007-07-05 23:25:10 +00:00
parent a04f78e7d8
commit 0700ea5ead
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ escapeForLastFM(NSString *string)
{
if((self = [super init])) {
_pluginID = @"pla";
_pluginID = @"cog";
if([[NSUserDefaults standardUserDefaults] boolForKey:@"automaticallyLaunchLastFM"])
[[NSWorkspace sharedWorkspace] launchApplication:@"Last.fm.app"];