Fixed a bug in Stop after current that was causing some odd behaviour.
parent
089dfe975b
commit
0aa5b56250
|
@ -494,7 +494,7 @@
|
||||||
PlaylistEntry *pe;
|
PlaylistEntry *pe;
|
||||||
|
|
||||||
if (curEntry.status == kCogEntryStoppingAfterCurrent)
|
if (curEntry.status == kCogEntryStoppingAfterCurrent)
|
||||||
return;
|
pe = nil;
|
||||||
else
|
else
|
||||||
pe = [playlistController getNextEntry:curEntry];
|
pe = [playlistController getNextEntry:curEntry];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue