Skip to content

Commit c718ab2

Browse files
Bump shaka-player from 4.16.4 to 4.16.6 (#8167)
* Bump shaka-player from 4.16.4 to 4.16.6 Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 4.16.4 to 4.16.6. - [Release notes](https://github.com/shaka-project/shaka-player/releases) - [Changelog](https://github.com/shaka-project/shaka-player/blob/v4.16.6/CHANGELOG.md) - [Commits](shaka-project/shaka-player@v4.16.4...v4.16.6) --- updated-dependencies: - dependency-name: shaka-player dependency-version: 4.16.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Revert "Fix playback rate reset when video ends (#7718)" This reverts commit d411734. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com>
1 parent 963f428 commit c718ab2

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"marked": "^16.4.1",
6767
"portal-vue": "^2.1.7",
6868
"process": "^0.11.10",
69-
"shaka-player": "^4.16.4",
69+
"shaka-player": "^4.16.6",
7070
"swiper": "^12.0.2",
7171
"vue": "^2.7.16",
7272
"vue-i18n": "^8.28.2",

src/renderer/components/ft-shaka-video-player/ft-shaka-video-player.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2504,14 +2504,6 @@ export default defineComponent({
25042504
// #region setup
25052505

25062506
onMounted(async () => {
2507-
watch(() => props.currentPlaybackRate,
2508-
(newRate) => {
2509-
if (video.value) {
2510-
video.value.playbackRate = newRate
2511-
video.value.defaultPlaybackRate = newRate
2512-
}
2513-
}
2514-
)
25152507
const videoElement = video.value
25162508

25172509
const volume = sessionStorage.getItem('volume')

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7685,10 +7685,10 @@ [email protected]:
76857685
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
76867686
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
76877687

7688-
shaka-player@^4.16.4:
7689-
version "4.16.4"
7690-
resolved "https://registry.yarnpkg.com/shaka-player/-/shaka-player-4.16.4.tgz#4666998d89b97a6418154b568c14610e8975885c"
7691-
integrity sha512-jlsmZzR5sPpUUS+6G9wCZJjv0hqaP52xQSw4w+in9hfw+kOI44X/vx+YcsKNKlYixxFvPd+XBgtZJunjNP3xOg==
7688+
shaka-player@^4.16.6:
7689+
version "4.16.6"
7690+
resolved "https://registry.yarnpkg.com/shaka-player/-/shaka-player-4.16.6.tgz#c3862da6de5ee2868010a9596a7d761ca8878144"
7691+
integrity sha512-NTWjcXe1OBuZOczQ0QYn7Ib2bYJebbuyFdN06cMytA2wO2SQsilcZ2WYlyon+4Ni/Etw6Y2ee6KaQsaubzvFZA==
76927692

76937693
shallow-clone@^3.0.0:
76947694
version "3.0.1"

0 commit comments

Comments
 (0)