Corrected logic for resetting streams.
parent
d7ddda160e
commit
87c0109773
|
@ -181,7 +181,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
- (void)setShouldContinue:(BOOL)s
|
||||
{
|
||||
if (bufferChain)
|
||||
|
@ -286,10 +285,10 @@
|
|||
- (void)endOfInputPlayed
|
||||
{
|
||||
@synchronized(chainQueue) {
|
||||
if ([chainQueue count] <= 0)
|
||||
{
|
||||
endOfInputReached = NO;
|
||||
|
||||
if ([chainQueue count] <= 0)
|
||||
{
|
||||
//End of playlist
|
||||
[self stop];
|
||||
|
||||
|
|
Loading…
Reference in New Issue