InternalDownlaodManager takes in File as the first parameter instead of FileOutputStream. This is because when the download function inside is called, it can reference the File's existing byte length to continue in case of End of Stream Error
🔄 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/1230
**Author:** [@troy117](https://github.com/troy117)
**Created:** 6/10/2024
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `troy117-patch-1`
---
### 📝 Commits (1)
- [`89b3c4f`](https://github.com/advplyr/audiobookshelf-app/commit/89b3c4fe71c478b7911bc9105014effc11f2dc33) Update DownloadItemManager.kt
### 📊 Changes
**1 file changed** (+1 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `android/app/src/main/java/com/audiobookshelf/app/managers/DownloadItemManager.kt` (+1 -3)
</details>
### 📄 Description
InternalDownlaodManager takes in File as the first parameter instead of FileOutputStream. This is because when the download function inside is called, it can reference the File's existing byte length to continue in case of End of Stream Error
---
<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/1230
Author: @troy117
Created: 6/10/2024
Status: ❌ Closed
Base:
master← Head:troy117-patch-1📝 Commits (1)
89b3c4fUpdate DownloadItemManager.kt📊 Changes
1 file changed (+1 additions, -3 deletions)
View changed files
📝
android/app/src/main/java/com/audiobookshelf/app/managers/DownloadItemManager.kt(+1 -3)📄 Description
InternalDownlaodManager takes in File as the first parameter instead of FileOutputStream. This is because when the download function inside is called, it can reference the File's existing byte length to continue in case of End of Stream Error
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.