diff --git a/package.json b/package.json index 2b088bc..c7af1e9 100644 --- a/package.json +++ b/package.json @@ -18,15 +18,14 @@ "@fontsource/nunito-sans": "^4.5.9", "@fontsource/roboto": "^4.5.8", "@mdi/js": "^6.9.96", - "antar-hinted": "https://cf-ipfs.com/ipfs/QmZxWPvQmFGZucKB2U1oChGpKYAAWdrbbSTj2RAQqL7gEd?filename=hinted-antar-web.tar", + "antar-hinted": "https://bafybeifmuaik6ozj65yoy443khijb6d5pqkmi4dwgykfzfvymtvc57mo6i.ipfs.cf-ipfs.com/?filename=hinted-antar-web.tar", "axios": "^0.27.2", "core-js": "^3.25.1", "dexie": "^3.2.2", "dompurify": "^2.4.0", - "eslint-config-mojee-vue": "https://bafybeicmcey56ktfjkkfp2jayvbszdilqqg26t2ivmqnbfpwinpzerastq.ipfs.cf-ipfs.com/", "format-duration": "^1.4.0", "i18n-iso-countries": "^6.8.0", - "javascript-time-ago": "https://cf-ipfs.com/ipfs/QmSf7qn1E3GrBsriwrRCvJe9it45gPXGeyZ7N986ceoeAU?filename=jta.tar.gz", + "javascript-time-ago": "https://bafybeicafhqxxnrmlt5fipy7zf46je4u6iwady7fiqrwcszhpk7ztno6pe.ipfs.cf-ipfs.com/?filename=jta.tar.gz", "lodash-es": "^4.17.21", "marked": "^3.0.8", "mux.js": "^5.14.1", @@ -53,6 +52,7 @@ "@vue/eslint-config-standard": "^6.1.0", "buffer": "^6.0.3", "eslint": "^7.32.0", + "eslint-config-mojee-vue": "https://bafybeicmcey56ktfjkkfp2jayvbszdilqqg26t2ivmqnbfpwinpzerastq.ipfs.cf-ipfs.com/", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.2.0", diff --git a/src/components/Player.vue b/src/components/Player.vue index cbc0be4..c41d849 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -293,9 +293,8 @@ export default { { const rate = this.$store.getters['prefs/getPreferenceNumber']('rate', 1) - player.trickPlay(rate) - player.playbackRate = rate - player.defaultPlaybackRate = rate + videoEl.playbackRate = rate + videoEl.defaultPlaybackRate = rate } }) }, diff --git a/yarn.lock b/yarn.lock index fdfb6e8..22ca31d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1985,9 +1985,9 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0: dependencies: color-convert "^2.0.1" -"antar-hinted@https://cf-ipfs.com/ipfs/QmZxWPvQmFGZucKB2U1oChGpKYAAWdrbbSTj2RAQqL7gEd?filename=hinted-antar-web.tar": +"antar-hinted@https://bafybeifmuaik6ozj65yoy443khijb6d5pqkmi4dwgykfzfvymtvc57mo6i.ipfs.cf-ipfs.com/?filename=hinted-antar-web.tar": version "0.0.0" - resolved "https://cf-ipfs.com/ipfs/QmZxWPvQmFGZucKB2U1oChGpKYAAWdrbbSTj2RAQqL7gEd?filename=hinted-antar-web.tar#817b3a0ed4504a6bdb079b66126e753c3005a855" + resolved "https://bafybeifmuaik6ozj65yoy443khijb6d5pqkmi4dwgykfzfvymtvc57mo6i.ipfs.cf-ipfs.com/?filename=hinted-antar-web.tar#817b3a0ed4504a6bdb079b66126e753c3005a855" any-promise@^1.0.0: version "1.3.0" @@ -4387,9 +4387,9 @@ javascript-stringify@^2.0.1: resolved "https://registry.yarnpkg.com/javascript-stringify/-/javascript-stringify-2.1.0.tgz#27c76539be14d8bd128219a2d731b09337904e79" integrity sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg== -"javascript-time-ago@https://cf-ipfs.com/ipfs/QmSf7qn1E3GrBsriwrRCvJe9it45gPXGeyZ7N986ceoeAU?filename=jta.tar.gz": +"javascript-time-ago@https://bafybeicafhqxxnrmlt5fipy7zf46je4u6iwady7fiqrwcszhpk7ztno6pe.ipfs.cf-ipfs.com/?filename=jta.tar.gz": version "2.5.4" - resolved "https://cf-ipfs.com/ipfs/QmSf7qn1E3GrBsriwrRCvJe9it45gPXGeyZ7N986ceoeAU?filename=jta.tar.gz#9d9f78298f93af907f552d19e33828be6a93f8a5" + resolved "https://bafybeicafhqxxnrmlt5fipy7zf46je4u6iwady7fiqrwcszhpk7ztno6pe.ipfs.cf-ipfs.com/?filename=jta.tar.gz#9d9f78298f93af907f552d19e33828be6a93f8a5" dependencies: relative-time-format "^1.1.4"