Fixed a bug in Stop after current that was causing some odd behaviour.
This commit is contained in:
parent
089dfe975b
commit
0aa5b56250
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@
|
|||
PlaylistEntry *pe;
|
||||
|
||||
if (curEntry.status == kCogEntryStoppingAfterCurrent)
|
||||
return;
|
||||
pe = nil;
|
||||
else
|
||||
pe = [playlistController getNextEntry:curEntry];
|
||||
|
||||
|
|
Loading…
Reference in a new issue