Skip to content

Commit 36633f9

Browse files
committed
Don't use underscore for sanity sake
1 parent a3404c1 commit 36633f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/releasesource.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
}
5252
platform
5353
} {
54-
source
54+
source.replace("_", "-")
5555
} {
5656
reencode_group.find { g_ -> group == g_ || unlisted_group == g_ } ? "WEBRip" : ""
5757
} {
@@ -62,7 +62,7 @@
6262
def mtag = release_group.find { r_ -> group == r_ || unlisted_group == r_} ? "WEB-DL" : ""
6363
(source == "Erai-raws" && vcf.upper() == "HEVC") ? "WEBRip" : mtag
6464
} {
65-
vs
65+
vs.replace("_", "-")
6666
} {
6767
""
6868
}

0 commit comments

Comments
 (0)