Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Nov 10, 2023
1 parent b13aca4 commit 01addc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patchbay.impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ namespace vencord
return true;
}

if (item.props["audio.channel"] == "UNK" & || port.props["audio.channel"])
if (item.props["audio.channel"] == "UNK" || port.props["audio.channel"])
{
return item.props["port.id"] == port.props["port.id"];
}
Expand Down

0 comments on commit 01addc6

Please sign in to comment.