mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-25 20:01:03 +00:00
feat: removing unique from download source name
This commit is contained in:
@@ -24,8 +24,6 @@ const validateDownloadSource = async (
|
||||
name: "list",
|
||||
})) as GameRepack[];
|
||||
|
||||
console.log(repacks);
|
||||
|
||||
const existingUris = source.downloads
|
||||
.flatMap((download) => download.uris)
|
||||
.filter((uri) => repacks.some((repack) => repack.magnet === uri));
|
||||
|
||||
Reference in New Issue
Block a user