Fixed audioscrobbler plugin ID.
parent
a04f78e7d8
commit
0700ea5ead
|
@ -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"];
|
||||||
|
|
Loading…
Reference in New Issue