Fixed a bug in Stop after current that was causing some odd behaviour.

CQTexperiment
areff 2008-02-26 11:59:47 +00:00
parent 089dfe975b
commit 0aa5b56250
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@
PlaylistEntry *pe;
if (curEntry.status == kCogEntryStoppingAfterCurrent)
return;
pe = nil;
else
pe = [playlistController getNextEntry:curEntry];