fix: handle multi-word timezones (#4816)

This commit is contained in:
Jonathan Zhang
2022-12-30 06:34:01 -08:00
committed by GitHub
parent 6e519e0071
commit ffd637cc0c
2 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ export default function Recording({ camera, date, hour = '00', minute = '00', se
{
src: `${apiHost}vod/${year}-${month}/${day}/${h.hour}/${camera}/${timezone.replaceAll(
'/',
'_'
','
)}/master.m3u8`,
type: 'application/vnd.apple.mpegurl',
},