Changed audioscrobbler id from tst to cog..
parent
466b2f909c
commit
91607ea9ce
|
@ -28,7 +28,6 @@
|
|||
|
||||
NSTimer *positionTimer;
|
||||
|
||||
BOOL waitingForPlay; //No sneaky changing on us
|
||||
AudioPlayer *audioPlayer;
|
||||
|
||||
int playbackStatus;
|
||||
|
|
|
@ -61,7 +61,7 @@ escapeForLastFM(NSString *string)
|
|||
{
|
||||
if((self = [super init])) {
|
||||
|
||||
_pluginID = @"tst";
|
||||
_pluginID = @"cog";
|
||||
|
||||
if([[NSUserDefaults standardUserDefaults] boolForKey:@"automaticallyLaunchLastFM"]) {
|
||||
[[NSWorkspace sharedWorkspace] launchApplication:@"Last.fm.app"];
|
||||
|
|
Loading…
Reference in New Issue