Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The variable `select_stream_id` was assumed to be of type number when it actually was of type string. A strict equality check was performed later down in the code between `select_stream_id` and `current_stream_id` (which is of type number). This commit converts the variable `select_stream_id` to type number.
- Loading branch information