[PR #1231] [CLOSED] Fix Android Large Download Failure #1529

Closed
opened 2026-04-24 23:59:05 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1231
Author: @troy117
Created: 6/10/2024
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • b9eb76e Update InternalDownloadManager.kt
  • fb706c9 Merge pull request #1 from troy117/troy117-patch-2
  • b4f5506 Update InternalDownloadManager.kt
  • 3f771ea Update InternalDownloadManager.kt
  • 2948408 Update InternalDownloadManager.kt

📊 Changes

1 file changed (+39 additions, -17 deletions)

View changed files

📝 android/app/src/main/java/com/audiobookshelf/app/managers/InternalDownloadManager.kt (+39 -17)

📄 Description

The updated InternalDownloadManger takes in the downloaded file as the parameter. This way if it exits, it will use it's byte length as the starting Range parameter for the remaining download.


🔄 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/advplyr/audiobookshelf-app/pull/1231 **Author:** [@troy117](https://github.com/troy117) **Created:** 6/10/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`b9eb76e`](https://github.com/advplyr/audiobookshelf-app/commit/b9eb76e222dae8c6a0d647d522c462d1c1fb0064) Update InternalDownloadManager.kt - [`fb706c9`](https://github.com/advplyr/audiobookshelf-app/commit/fb706c9d7b34fc62cc5fa7e7969e69661a2521f4) Merge pull request #1 from troy117/troy117-patch-2 - [`b4f5506`](https://github.com/advplyr/audiobookshelf-app/commit/b4f5506d9ad12a3d95d975ea93ec4dc3a401d71f) Update InternalDownloadManager.kt - [`3f771ea`](https://github.com/advplyr/audiobookshelf-app/commit/3f771eac363cde687626314441f904cd78af9129) Update InternalDownloadManager.kt - [`2948408`](https://github.com/advplyr/audiobookshelf-app/commit/29484082c20a23d07422a66081a85e82734e6c41) Update InternalDownloadManager.kt ### 📊 Changes **1 file changed** (+39 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `android/app/src/main/java/com/audiobookshelf/app/managers/InternalDownloadManager.kt` (+39 -17) </details> ### 📄 Description The updated InternalDownloadManger takes in the downloaded file as the parameter. This way if it exits, it will use it's byte length as the starting Range parameter for the remaining download. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-24 23:59:05 +02:00
adam closed this issue 2026-04-24 23:59:06 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1529