Skip to content

Commit 5487266

Browse files
committed
fixed MTC crash (assignment to constant variable)
1 parent a908564 commit 5487266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ class Input extends EventEmitter {
107107

108108
parseMtc(data) {
109109
const byteNumber = data.type;
110-
const value = data.value;
111110
const smpte = [];
111+
let value = data.value;
112112
let smpteMessageCounter = 0;
113113
let smpteType;
114114

0 commit comments

Comments
 (0)