[PR #84] [MERGED] Fix for redownload invalid chunks #139

Closed
opened 2026-02-17 17:12:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop-app/pull/84
Author: @DecDuck
Created: 7/31/2025
Status: Merged
Merged: 7/31/2025
Merged by: @DecDuck

Base: developHead: 72-redownload-invalid-chunks


📝 Commits (4)

  • 5c8010e feat: Redownloading invalid chunks
  • 89d69ec Merge branch 'develop' into 72-redownload-invalid-chunks
  • 0abe4a4 fix: clippy
  • 760f5b2 fix: clippy x2

📊 Changes

7 files changed (+66 additions, -54 deletions)

View changed files

📝 drop-base (+1 -1)
📝 src-tauri/src/download_manager/download_manager_builder.rs (+36 -32)
📝 src-tauri/src/error/process_error.rs (+0 -2)
📝 src-tauri/src/games/downloads/download_agent.rs (+4 -6)
📝 src-tauri/src/games/downloads/download_logic.rs (+2 -1)
📝 src-tauri/src/games/downloads/drop_data.rs (+11 -10)
📝 src-tauri/src/games/downloads/validate.rs (+12 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop-app/pull/84 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 7/31/2025 **Status:** ✅ Merged **Merged:** 7/31/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `72-redownload-invalid-chunks` --- ### 📝 Commits (4) - [`5c8010e`](https://github.com/Drop-OSS/drop-app/commit/5c8010e797efec5836f585ef976dad90334fa7c5) feat: Redownloading invalid chunks - [`89d69ec`](https://github.com/Drop-OSS/drop-app/commit/89d69ecd49d1d669f2a51db73493f8174abfec1e) Merge branch 'develop' into 72-redownload-invalid-chunks - [`0abe4a4`](https://github.com/Drop-OSS/drop-app/commit/0abe4a43cecd1b12fc0731b3ccfa0d47f1b4fa75) fix: clippy - [`760f5b2`](https://github.com/Drop-OSS/drop-app/commit/760f5b2ee8b0fc02553065c43f95c9bd37920b80) fix: clippy x2 ### 📊 Changes **7 files changed** (+66 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `drop-base` (+1 -1) 📝 `src-tauri/src/download_manager/download_manager_builder.rs` (+36 -32) 📝 `src-tauri/src/error/process_error.rs` (+0 -2) 📝 `src-tauri/src/games/downloads/download_agent.rs` (+4 -6) 📝 `src-tauri/src/games/downloads/download_logic.rs` (+2 -1) 📝 `src-tauri/src/games/downloads/drop_data.rs` (+11 -10) 📝 `src-tauri/src/games/downloads/validate.rs` (+12 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:12:11 -05:00
yindo closed this issue 2026-02-17 17:12:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-app#139