Skip to content

Commit

Permalink
fix(MediaMTX): add page setting for settings page
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Aug 23, 2024
1 parent 5ca8faa commit adf67d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/settings/Webcams/WebcamForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
</v-row>
</v-col>
<v-col class="col-12 col-sm-6 text-center" align-self="center">
<webcam-wrapper :webcam="webcam" />
<webcam-wrapper :webcam="webcam" page="settings" />
</v-col>
</v-row>
</v-card-text>
Expand Down

0 comments on commit adf67d5

Please sign in to comment.