mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
fix: deleted comment
This commit is contained in:
@@ -13,7 +13,6 @@ const resumeGameDownload = async (
|
||||
|
||||
const download = await downloadsSublevel.get(gameKey);
|
||||
|
||||
// Allow resuming if status is "paused" OR "active" (for cases where app was closed during download)
|
||||
if (
|
||||
download &&
|
||||
(download.status === "paused" || download.status === "active") &&
|
||||
|
||||
Reference in New Issue
Block a user