mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 18:13:55 +00:00
fix: added the @globals back and removed some merge leftovers
This commit is contained in:
@@ -90,7 +90,7 @@ export class TorrentClient {
|
||||
return GameStatus.DownloadingMetadata;
|
||||
if (state === TorrentState.Finished) return GameStatus.Finished;
|
||||
if (state === TorrentState.Seeding) return GameStatus.Seeding;
|
||||
return "";
|
||||
return null;
|
||||
}
|
||||
|
||||
public static async onSocketData(data: Buffer) {
|
||||
|
||||
@@ -7,7 +7,6 @@ export class Unrar {
|
||||
private constructor(private extractor: Extractor<Uint8Array>) { }
|
||||
|
||||
static async fromFilePath(filePath: string, targetFolder: string) {
|
||||
console.log(filePath, targetFolder);
|
||||
const extractor = await createExtractorFromFile({
|
||||
filepath: filePath,
|
||||
targetPath: targetFolder,
|
||||
|
||||
Reference in New Issue
Block a user