Remove extra hyphen from description.
This commit is contained in:
parent
5a39c276dc
commit
04e41afa4e
|
|
@ -1,6 +1,6 @@
|
||||||
name: UHD Blu-ray
|
name: UHD Blu-ray
|
||||||
pattern: \bUHD[-_.\s]?Blu[-]?Ray\b
|
pattern: \bUHD[-_.\s]?Blu[-]?Ray\b
|
||||||
description: Matches "UHD Bluray" or "UHD-Blu-Ray" with a hyphen, space, dot or underscore between
|
description: Matches "UHD Bluray" or "UHD Blu-Ray" with a hyphen, space, dot or underscore between
|
||||||
them
|
them
|
||||||
tags: []
|
tags: []
|
||||||
tests:
|
tests:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue