0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 05:12:57 -05:00
This commit is contained in:
dragongoose 2023-11-30 19:38:37 -05:00
parent 27968afdb0
commit 9eb9850da1
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -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'
}
],