Bug Fix: Don't display notification on seek
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
691d07ad5a
commit
9b973a4b53
1 changed files with 3 additions and 1 deletions
|
@ -98,7 +98,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
bufferChain = [[BufferChain alloc] initWithController:self];
|
bufferChain = [[BufferChain alloc] initWithController:self];
|
||||||
|
if(!resumeInterval) {
|
||||||
[self notifyStreamChanged:userInfo];
|
[self notifyStreamChanged:userInfo];
|
||||||
|
}
|
||||||
|
|
||||||
while(![bufferChain open:url withOutputFormat:[output format] withUserInfo:userInfo withRGInfo:rgi]) {
|
while(![bufferChain open:url withOutputFormat:[output format] withUserInfo:userInfo withRGInfo:rgi]) {
|
||||||
bufferChain = nil;
|
bufferChain = nil;
|
||||||
|
|
Loading…
Reference in a new issue