Skip to content

Commit

Permalink
refactor: fix type in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Oct 7, 2023
1 parent 99bf1f2 commit e9a612c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/webcams/WebrtcMediaMTX.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default class WebrtcMediaMTX extends Mixins(BaseMixin, WebcamMixin) {
}
// webrtc player methods
// adapated from https://github.com/bluenviron/mediamtx/blob/main/internal/core/webrtc_read_index.html
// adapted from https://github.com/bluenviron/mediamtx/blob/main/internal/core/webrtc_read_index.html
unquoteCredential = (v: any) => JSON.parse(`"${v}"`)
Expand Down

0 comments on commit e9a612c

Please sign in to comment.