Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya committed Feb 25, 2025
1 parent 2b67b31 commit 0920905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/standalone/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function stopLoad() {
player.$video.src = URL.createObjectURL(new Blob([u8.buffer]))
}

let player: Player
let player: Player<Ctx>

render(
html`
Expand Down
2 changes: 1 addition & 1 deletion packages/danmaku/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oplayer/danmaku",
"version": "1.2.25",
"version": "1.2.26-beta.0",
"description": "Danmaku plugin for oplayer",
"type": "module",
"main": "./dist/index.es.js",
Expand Down

0 comments on commit 0920905

Please sign in to comment.