forked from Github/frigate
recordings is taken by nginx so refresh fails - change base to recording
This commit is contained in:
committed by
Blake Blackshear
parent
0d96c3529d
commit
7b3abe330e
@@ -30,7 +30,7 @@ function Camera({ name }) {
|
||||
const href = `/cameras/${name}`;
|
||||
const buttons = useMemo(() => [
|
||||
{ name: 'Events', href: `/events?camera=${name}` },
|
||||
{ name: 'Recordings', href: `/recordings/${name}` }
|
||||
{ name: 'Recordings', href: `/recording/${name}` }
|
||||
], [name]);
|
||||
const icons = useMemo(
|
||||
() => [
|
||||
|
||||
Reference in New Issue
Block a user