mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: add friend's pass to format name
This commit is contained in:
parent
a2e41b81a3
commit
8cfe5b4d34
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ export const formatName = pipe<string>(
|
||||||
replaceDotsWithSpace,
|
replaceDotsWithSpace,
|
||||||
replaceNbspWithSpace,
|
replaceNbspWithSpace,
|
||||||
(str) => str.replace(/DIRECTOR'S CUT/gi, ""),
|
(str) => str.replace(/DIRECTOR'S CUT/gi, ""),
|
||||||
|
(str) => str.replace(/Friend's Pass/gi, ""),
|
||||||
removeSymbolsFromName,
|
removeSymbolsFromName,
|
||||||
removeDuplicateSpaces,
|
removeDuplicateSpaces,
|
||||||
(str) => str.trim()
|
(str) => str.trim()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue