mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Update src/components/Player.vue
This commit is contained in:
parent
c07b3703f6
commit
19caacf805
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ async function Stream() {
|
|||
const audioPlayer = new shaka.Player(),
|
||||
codecs = store.getItem('codec');
|
||||
|
||||
audioPlayer.attach(audio.value)
|
||||
await audioPlayer.attach(audio.value)
|
||||
|
||||
audioPlayer.getNetworkingEngine().registerRequestFilter((_type, req) => {
|
||||
const headers = req.headers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue