mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
feat: commenting online-fix
This commit is contained in:
parent
1bf4a20734
commit
78789632b4
@ -5,7 +5,7 @@ import {
|
|||||||
getNewRepacksFromCPG,
|
getNewRepacksFromCPG,
|
||||||
getNewRepacksFromUser,
|
getNewRepacksFromUser,
|
||||||
getNewRepacksFromXatab,
|
getNewRepacksFromXatab,
|
||||||
getNewRepacksFromOnlineFix,
|
// getNewRepacksFromOnlineFix,
|
||||||
readPipe,
|
readPipe,
|
||||||
startProcessWatcher,
|
startProcessWatcher,
|
||||||
writePipe,
|
writePipe,
|
||||||
@ -79,9 +79,9 @@ const checkForNewRepacks = async () => {
|
|||||||
getNewRepacksFromCPG(
|
getNewRepacksFromCPG(
|
||||||
existingRepacks.filter((repack) => repack.repacker === "CPG")
|
existingRepacks.filter((repack) => repack.repacker === "CPG")
|
||||||
),
|
),
|
||||||
getNewRepacksFromOnlineFix(
|
// getNewRepacksFromOnlineFix(
|
||||||
existingRepacks.filter((repack) => repack.repacker === "onlinefix")
|
// existingRepacks.filter((repack) => repack.repacker === "onlinefix")
|
||||||
),
|
// ),
|
||||||
track1337xUsers(existingRepacks),
|
track1337xUsers(existingRepacks),
|
||||||
]).then(() => {
|
]).then(() => {
|
||||||
repackRepository.count().then((count) => {
|
repackRepository.count().then((count) => {
|
||||||
|
@ -2,4 +2,4 @@ export * from "./1337x";
|
|||||||
export * from "./xatab";
|
export * from "./xatab";
|
||||||
export * from "./cpg-repacks";
|
export * from "./cpg-repacks";
|
||||||
export * from "./gog";
|
export * from "./gog";
|
||||||
export * from "./online-fix";
|
// export * from "./online-fix";
|
||||||
|
Loading…
Reference in New Issue
Block a user