Skip to content

Commit

Permalink
Add new playback controls to BrtPlayer component
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin committed Aug 21, 2024
1 parent 9324db2 commit 3c250d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BrtPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,7 @@ function remount(resetCurrentTime?: boolean, noDestroy = false) {
if (import.meta.env.DEV && 解決済み)
console.info("[Segment]: using url resolved")
if (解決済み)
return fetch(解決済み[0], request).catch(async (err) => {
return fetchJava(解決済み[0], request).catch(async (err) => {
if (
err instanceof TypeError &&
err.message === "Failed to fetch" &&
Expand Down

0 comments on commit 3c250d2

Please sign in to comment.