Fixed audioscrobbler plugin ID.

This commit is contained in:
vspader 2007-07-05 23:25:10 +00:00
parent a04f78e7d8
commit 0700ea5ead

View file

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