mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
fix error correctly this time
This commit is contained in:
parent
bc78133f24
commit
e1ef21bd63
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ export function makeVideoElementDisplayInterface(): DisplayInterface {
|
|||
data.fatal &&
|
||||
src?.url === data.frag?.baseurl &&
|
||||
data.error.message !==
|
||||
"This SourceBuffer has been removed from the parent media source."
|
||||
"Failed to execute 'appendBuffer' on 'SourceBuffer': This SourceBuffer has been removed from the parent media source."
|
||||
) {
|
||||
emit("error", {
|
||||
message: data.error.message,
|
||||
|
|
|
|||
Loading…
Reference in a new issue