Updated TODO.
Fixed runloop mode in AudioScrobbler.
This commit is contained in:
parent
139bab5e0e
commit
97e662208d
2 changed files with 2 additions and 2 deletions
|
@ -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
2
TODO
|
@ -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.
|
Loading…
Reference in a new issue