diff --git a/AudioScrobbler/AudioScrobbler.m b/AudioScrobbler/AudioScrobbler.m index 8d34a6bdf..f4a543c24 100644 --- a/AudioScrobbler/AudioScrobbler.m +++ b/AudioScrobbler/AudioScrobbler.m @@ -26,7 +26,7 @@ // ======================================== // Symbolic Constants // ======================================== -NSString * const AudioScrobblerRunLoopMode = @"org.sbooth.Play.AudioScrobbler.RunLoopMode"; +NSString * const AudioScrobblerRunLoopMode = @"org.cogx.Cog.AudioScrobbler.RunLoopMode"; // ======================================== // Helpers diff --git a/TODO b/TODO index e16009c0f..52826501e 100644 --- a/TODO +++ b/TODO @@ -1 +1 @@ -Bug when loading flac file that doesn't exist through M3U. Crashes in TagLib. Try updating TagLib. \ No newline at end of file +Fix playback and leaks. Playback is very much busted when doing lots of next/forward/moving around. \ No newline at end of file