From 6a2cd9165eb838e7deed28b4366bcb4ab9e04606 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Thu, 5 Jun 2025 15:10:45 +0100 Subject: [PATCH] fix p2p snippet --- packages/core/src/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/utils/constants.ts b/packages/core/src/utils/constants.ts index 82a38756..7ae08a2e 100644 --- a/packages/core/src/utils/constants.ts +++ b/packages/core/src/utils/constants.ts @@ -927,7 +927,7 @@ export const SNIPPETS = [ { name: 'P2P marker', description: 'Displays a [P2P] marker if the stream is a P2P stream', - value: '{stream.type::equals["p2p"]["[P2P]"]||""}', + value: '{stream.type::=p2p["[P2P]"||""]}', }, { name: 'Languages',