cleaning up what i missed

This commit is contained in:
wukko
2023-02-13 20:02:52 +06:00
parent 18199c534f
commit 3c578d6d49
9 changed files with 17 additions and 17 deletions

View File

@@ -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;
}