mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: reduce false positives for 2.0 regex
This commit is contained in:
@@ -93,7 +93,7 @@ export const PARSE_REGEX: PARSE_REGEX = {
|
||||
FLAC: createRegex('flac(?:[ .\\-_]?(lossless|2\\.0|x[2-4]))?'),
|
||||
},
|
||||
audioChannels: {
|
||||
'2.0': createRegex('(d(olby)?[ .\\-_]?d(igital)?)?2[ .\\-_]?0?(ch)?'),
|
||||
'2.0': createRegex('(d(olby)?[ .\\-_]?d(igital)?)?2[ .\\-_]?0(ch)?'),
|
||||
'5.1': createRegex(
|
||||
'(d(olby)?[ .\\-_]?d(igital)?[ .\\-_]?(p(lus)?|\\+)?)?5[ .\\-_]?1(ch)?'
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user