Updated TODO.

Fixed runloop mode in AudioScrobbler.
CQTexperiment
vspader 2007-10-12 03:25:11 +00:00
parent 139bab5e0e
commit 97e662208d
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
// ========================================
// Symbolic Constants
// ========================================
NSString * const AudioScrobblerRunLoopMode = @"org.sbooth.Play.AudioScrobbler.RunLoopMode";
NSString * const AudioScrobblerRunLoopMode = @"org.cogx.Cog.AudioScrobbler.RunLoopMode";
// ========================================
// Helpers

2
TODO
View File

@ -1 +1 @@
Bug when loading flac file that doesn't exist through M3U. Crashes in TagLib. Try updating TagLib.
Fix playback and leaks. Playback is very much busted when doing lots of next/forward/moving around.