Skip to content

Commit

Permalink
fix(webcam): translate error message
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Sep 1, 2024
1 parent e5adef6 commit 6ac4017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/webcams/streamers/Mjpegstreamer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export default class Mjpegstreamer extends Mixins(BaseMixin, WebcamMixin) {
try {
await this.reader?.cancel()
} catch (error) {
this.log('Fehler beim Abbrechen des Readers:', error)
this.log('Error cancelling reader:', error)
} finally {
this.reader?.releaseLock()
}
Expand Down

0 comments on commit 6ac4017

Please sign in to comment.