Skip to content

Commit

Permalink
Fix: [Client][TV/Watch] 副音声への切り替えが失敗する不具合を修正
Browse files Browse the repository at this point in the history
mpegts.js の更新にて対応
  • Loading branch information
tsukumijima committed Sep 15, 2023
1 parent e74cf9d commit 0d0649d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"core-js": "^3.32.2",
"dayjs": "^1.11.9",
"dplayer": "github:tsukumijima/DPlayer#v1.30.1",
"mpegts.js": "github:tsukumijima/mpegts.js#0b23d670f4575619d5a58e9fd00b24b5e101876e",
"mpegts.js": "github:tsukumijima/mpegts.js#72da909cdbcfb8c9ef32e9b527190d5393f66176",
"piexifjs": "^2.0.0-beta.9",
"pinia": "^2.1.6",
"register-service-worker": "^1.7.2",
Expand Down
4 changes: 2 additions & 2 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5472,9 +5472,9 @@ module-alias@^2.2.2:
resolved "https://registry.yarnpkg.com/module-alias/-/module-alias-2.2.2.tgz#151cdcecc24e25739ff0aa6e51e1c5716974c0e0"
integrity sha512-A/78XjoX2EmNvppVWEhM2oGk3x4lLxnkEA4jTbaK97QKSDjkIoOsKQlfylt/d3kKKi596Qy3NP5XrXJ6fZIC9Q==

mpegts.js@^1.7.3, "mpegts.js@github:tsukumijima/mpegts.js#0b23d670f4575619d5a58e9fd00b24b5e101876e":
mpegts.js@^1.7.3, "mpegts.js@github:tsukumijima/mpegts.js#72da909cdbcfb8c9ef32e9b527190d5393f66176":
version "1.7.3"
resolved "https://codeload.github.com/tsukumijima/mpegts.js/tar.gz/0b23d670f4575619d5a58e9fd00b24b5e101876e"
resolved "https://codeload.github.com/tsukumijima/mpegts.js/tar.gz/72da909cdbcfb8c9ef32e9b527190d5393f66176"
dependencies:
es6-promise "^4.2.5"
webworkify-webpack "^2.1.5"
Expand Down

0 comments on commit 0d0649d

Please sign in to comment.