Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Download All" for Safari #5910

Merged
merged 3 commits into from
Aug 13, 2024

Conversation

jchuong
Copy link
Contributor

@jchuong jchuong commented Aug 13, 2024

Changes

Added check to use fallback downloader for iOS
Changed download to always use setTimeout instead of conditionally on browser.
Remove old comment about firefox, as a.click() supported since Firefox 75 (2020) ref

Issues

Fixes #5672

Related #5744 (reopened against 10.9)

@jchuong jchuong requested a review from a team as a code owner August 13, 2024 03:46
@thornbill thornbill added bug Something isn't working stable backport Backport into the next stable release needs testing This PR requires additional testing labels Aug 13, 2024
@thornbill thornbill added this to the v10.9.10 milestone Aug 13, 2024
Added check to use fallback downloader for iOS
Added check for safari to use the delayed download function
Remove old comment about firefox, as a.click() supported since Firefox
75 (2020)

Fixes: jellyfin#5672
Instead of conditionally using setTimeout based on browser, we should
always use it since it sometimes also misses some episodes.
@thornbill thornbill force-pushed the fix-download-all-10.9 branch from 8dc853d to 9354f1f Compare August 13, 2024 14:58
@thornbill thornbill removed the needs testing This PR requires additional testing label Aug 13, 2024
Copy link

Copy link
Member

@thornbill thornbill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ confirmed this fixes multiple simultaneous downloads on iOS

@thornbill thornbill merged commit 4071c44 into jellyfin:release-10.9.z Aug 13, 2024
11 checks passed
thornbill pushed a commit that referenced this pull request Aug 13, 2024
Fix "Download All" for Safari

Original-merge: 4071c44

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: thornbill <thornbill@users.noreply.github.com>
@jellyfin-bot jellyfin-bot removed the stable backport Backport into the next stable release label Aug 13, 2024
@jchuong jchuong deleted the fix-download-all-10.9 branch August 13, 2024 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants