[PR #4296] [CLOSED] Fix for https://github.com/advplyr/audiobookshelf/issues/4250 by incr… #4210

Closed
opened 2026-04-25 00:18:49 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/4296
Author: @Guardian1987
Created: 5/16/2025
Status: Closed

Base: masterHead: issue-4250


📝 Commits (2)

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 client/components/modals/podcast/EpisodeFeed.vue (+2 -2)

📄 Description

…easing request size for very large podcasts archives.

Brief summary

Fix issue-4250 where large podcast archives can't be downloaded due to request size larger than 5MB.

Which issue is fixed?

Fixes #4250

In-depth Description

It is a basic increase in the arbitrary(?) 5MB limit

How have you tested this?

Honestly, no detailed testing strategy. From what I've seen in the codebase it seems like an arbitrary limit, and I assume a higher limit will be fine.

Screenshots

No changes to the web client.


🔄 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/pull/4296 **Author:** [@Guardian1987](https://github.com/Guardian1987) **Created:** 5/16/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `issue-4250` --- ### 📝 Commits (2) - [`f54c271`](https://github.com/advplyr/audiobookshelf/commit/f54c271ba9af487a9a4559574e223304e0b09329) Fix for https://github.com/advplyr/audiobookshelf/issues/4250 by increasing request size for very large podcasts archives. - [`8d81583`](https://github.com/advplyr/audiobookshelf/commit/8d81583adbcd3aba5cce7e5ccf801c3e32404bda) Merge branch 'advplyr:master' into issue-4250 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `client/components/modals/podcast/EpisodeFeed.vue` (+2 -2) </details> ### 📄 Description …easing request size for very large podcasts archives. <!-- For Work In Progress Pull Requests, please use the Draft PR feature, see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. If you do not follow this template, the PR may be closed without review. Please ensure all checks pass. If you are a new contributor, the workflows will need to be manually approved before they run. --> ## Brief summary <!-- Please provide a brief summary of what your PR attempts to achieve. --> Fix issue-4250 where large podcast archives can't be downloaded due to request size larger than 5MB. ## Which issue is fixed? <!-- Which issue number does this PR fix? Ex: "Fixes #1234" --> Fixes #4250 ## In-depth Description <!-- Describe your solution in more depth. How does it work? Why is this the best solution? Does it solve a problem that affects multiple users or is this an edge case for your setup? --> It is a basic increase in the arbitrary(?) 5MB limit ## How have you tested this? <!-- Please describe in detail with reproducible steps how you tested your changes. --> Honestly, no detailed testing strategy. From what I've seen in the codebase it seems like an arbitrary limit, and I assume a higher limit will be fine. ## Screenshots <!-- If your PR includes any changes to the web client, please include screenshots or a short video from before and after your changes. --> No changes to the web client. --- <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-25 00:18:49 +02:00
adam closed this issue 2026-04-25 00:18:49 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4210