cleaning up what i missed
This commit is contained in:
@@ -27,7 +27,7 @@ export function streamDefault(streamInfo, res) {
|
||||
}
|
||||
export function streamLiveRender(streamInfo, res) {
|
||||
try {
|
||||
if (!streamInfo.urls.length === 2) {
|
||||
if (streamInfo.urls.length !== 2) {
|
||||
res.end();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user