Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ouzz authored Dec 24, 2019
1 parent 54c44a9 commit db1405d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ let timer = null;
const canPlay = new Promise((res, rej) => {
timer = setInterval(() => {
try {
if (app.PercentLoaded() === 100) {
if (app.startLive) {
clearInterval(timer); // 加载完成
res();
}
Expand Down

0 comments on commit db1405d

Please sign in to comment.