Update servicesPatternTesters.js

This commit is contained in:
hyperdefined 2024-07-25 16:11:54 -04:00
parent 2dfd4f7da0
commit 3e83e1ec36
No known key found for this signature in database
GPG Key ID: EB0B55B31E88AB03

View File

@ -74,5 +74,5 @@ export const testers = {
"newgrounds": (patternMatch) => "newgrounds": (patternMatch) =>
(patternMatch.type == 'portal' && patternMatch.method == 'view') (patternMatch.type == 'portal' && patternMatch.method == 'view')
|| (patternMatch.type == 'audio' && patternMatch.method == 'listen') || (patternMatch.type == 'audio' && patternMatch.method == 'listen')
&& patternMatch.id?.length >= 1, && patternMatch.id?.length >= 1,
} }