We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca377d commit 6c39edbCopy full SHA for 6c39edb
api/src/stream/manage.js
@@ -75,7 +75,7 @@ export function getInternalStream(id) {
75
export function createInternalStream(url, obj = {}) {
76
assert(typeof url === 'string');
77
78
- let dispatcher;
+ let dispatcher = obj.dispatcher;
79
if (obj.requestIP) {
80
dispatcher = freebind?.dispatcherFromIP(obj.requestIP, { strict: false })
81
}
0 commit comments