Skip to content

Commit 3a318b0

Browse files
committed
fix pause->play的时候,loading 状态异常
1 parent 90953d1 commit 3a318b0

File tree

9 files changed

+847
-2690
lines changed

9 files changed

+847
-2690
lines changed

demo/public/decoder.js

Lines changed: 40 additions & 1259 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/public/decoder.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/public/dist.zip

591 Bytes
Binary file not shown.

demo/public/jessibuca.js

Lines changed: 801 additions & 1425 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/public/jessibuca.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/decoder.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jessibuca.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jessibuca",
3-
"version": "3.3.14",
3+
"version": "3.3.15",
44
"scripts": {
55
"build": "npx cross-env NODE_ENV=production rollup -c",
66
"build:wasm": "python wasm/make.py --wasm && npm run build && npm run build:demo",

src/player/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ export default class Player extends Emitter {
473473
if (!url && !this._opt.url) {
474474
return reject();
475475
}
476-
476+
this._closed = false;
477477
this.loading = true;
478478
this.playing = false;
479479
this._times.playInitStart = now();

0 commit comments

Comments
 (0)