mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix p2p snippet
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user