forked from Github/frigate
fix: handle multi-word timezones (#4816)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user