fix: deleted comment

This commit is contained in:
Moyasee
2025-11-30 08:23:49 +02:00
parent 9779aed8c1
commit 9bdb216e0f

View File

@@ -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") &&