diff --git a/AudioLibrary/AudioLibrary.m b/AudioLibrary/AudioLibrary.m index 7029f60..f678993 100644 --- a/AudioLibrary/AudioLibrary.m +++ b/AudioLibrary/AudioLibrary.m @@ -1348,7 +1348,7 @@ - (void) playStreamAtIndex:(unsigned)index AudioStream *currentStream = [self nowPlaying]; -// [[self player] stop]; + [[self player] stop]; if(nil != currentStream) { NSNumber *skipCount = [currentStream valueForKey:StatisticsSkipCountKey];