Changed audioscrobbler id from tst to cog..
This commit is contained in:
parent
466b2f909c
commit
91607ea9ce
2 changed files with 1 additions and 2 deletions
|
@ -28,7 +28,6 @@
|
||||||
|
|
||||||
NSTimer *positionTimer;
|
NSTimer *positionTimer;
|
||||||
|
|
||||||
BOOL waitingForPlay; //No sneaky changing on us
|
|
||||||
AudioPlayer *audioPlayer;
|
AudioPlayer *audioPlayer;
|
||||||
|
|
||||||
int playbackStatus;
|
int playbackStatus;
|
||||||
|
|
|
@ -61,7 +61,7 @@ escapeForLastFM(NSString *string)
|
||||||
{
|
{
|
||||||
if((self = [super init])) {
|
if((self = [super init])) {
|
||||||
|
|
||||||
_pluginID = @"tst";
|
_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 a new issue