mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 09:13:57 +00:00
fix: add friend's pass to format name
This commit is contained in:
@@ -74,6 +74,7 @@ export const formatName = pipe<string>(
|
||||
replaceDotsWithSpace,
|
||||
replaceNbspWithSpace,
|
||||
(str) => str.replace(/DIRECTOR'S CUT/gi, ""),
|
||||
(str) => str.replace(/Friend's Pass/gi, ""),
|
||||
removeSymbolsFromName,
|
||||
removeDuplicateSpaces,
|
||||
(str) => str.trim()
|
||||
|
||||
Reference in New Issue
Block a user