[PR #1230] [CLOSED] Update DownloadItemManager.kt #1527

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

📋 Pull Request Information

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

Base: masterHead: troy117-patch-1


📝 Commits (1)

  • 89b3c4f Update 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.

## 📋 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>
adam added the pull-request label 2026-04-24 23:59:04 +02:00
adam closed this issue 2026-04-24 23:59:04 +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#1527