mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 05:12:57 -05:00
Fix #50
This commit is contained in:
parent
27968afdb0
commit
9eb9850da1
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export default {
|
|||
controls: true,
|
||||
sources: [
|
||||
{
|
||||
src: `${rootBackendUrl}/proxy/stream/${username}/hls.m3u8`,
|
||||
src: `${rootBackendUrl}/proxy/stream/${username}/hls.m3u8?withAudioOnly=false`,
|
||||
type: 'application/vnd.apple.mpegurl'
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue