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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1231
Author: @troy117
Created: 6/10/2024
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
b9eb76eUpdate InternalDownloadManager.ktfb706c9Merge pull request #1 from troy117/troy117-patch-2b4f5506Update InternalDownloadManager.kt3f771eaUpdate InternalDownloadManager.kt2948408Update 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.