mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'feat/migration-to-leveldb' into feature/torbox-integration
# Conflicts: # src/renderer/src/pages/downloads/download-group.tsx
This commit is contained in:
commit
e3b9b16387
40 changed files with 1624 additions and 1101 deletions
|
@ -39,7 +39,7 @@ export const pipe =
|
|||
fns.reduce((prev, fn) => fn(prev), arg);
|
||||
|
||||
export const removeReleaseYearFromName = (name: string) =>
|
||||
name.replace(/\([0-9]{4}\)/g, "");
|
||||
name.replace(/\(\d{4}\)/g, "");
|
||||
|
||||
export const removeSymbolsFromName = (name: string) =>
|
||||
name.replace(/[^A-Za-z 0-9]/g, "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue