Skip to content

Commit

Permalink
rc: make live default for cameras in camera view
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniels committed Mar 1, 2023
1 parent ad0c2ac commit db4da66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/frontend/src/components/camera/cameras-list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const setupCamera = (cameraName: string) => {
for (const camera of props.resources) {
if (!refreshFrequency[camera.name]) {
refreshFrequency[camera.name] = 'Every Second';
refreshFrequency[camera.name] = 'Live';
}
}
};
Expand Down

0 comments on commit db4da66

Please sign in to comment.