Changed audioscrobbler id from tst to cog..

CQTexperiment
vspader 2007-03-12 22:11:40 +00:00
parent 466b2f909c
commit 91607ea9ce
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@
NSTimer *positionTimer;
BOOL waitingForPlay; //No sneaky changing on us
AudioPlayer *audioPlayer;
int playbackStatus;

View File

@ -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"];