Describe the bug
When attempting to download an item, it will succeed when downloading to internal storage, but fail without making any progress when selecting external storage.
To Reproduce
Steps to reproduce the behavior:
Press the download button on a show or movie
Select External
The download button spins for a couple seconds, then returns to its previous state and a notification appears saying the download failed.
Expected behavior
The selected media downloads to external storage like it does when internal storage is selected.
Screenshots
I'm not sure screenshots would help, but if needed I can record a video of a download attempt.
Device info:
Device: Lume Pad 2
Android version: 12
App version: v0.14.2 (25)
Jellyfin version: 10.9.6
SD card: 512GB Samsung Evo Plus, formatted in Android settings (exFAT)
Additional context
Don't think it's supposed to, but the app never requests any file storage permissions nor are there any available to select in the android settings for the app (button is grayed out with the text "No permissions requested").
Here's the logcat from a failed attempt, in case there's anything useful there. (I filtered to lines containing "DownloadManager" since that seemed to be what was relevant; if there's more that would be useful LMK and I can get it)
findroid-failed-download-attempt-logcat.txt
I'll see about digging into the code & doing a bit of debugging myself when I get back from the trip for which I was trying to download things to see if I can figure out anything else.
Describe the bug When attempting to download an item, it will succeed when downloading to internal storage, but fail without making any progress when selecting external storage.
To Reproduce Steps to reproduce the behavior:
Expected behavior The selected media downloads to external storage like it does when internal storage is selected.
Screenshots I'm not sure screenshots would help, but if needed I can record a video of a download attempt.
Device info:
Additional context Don't think it's supposed to, but the app never requests any file storage permissions nor are there any available to select in the android settings for the app (button is grayed out with the text "No permissions requested").
Here's the logcat from a failed attempt, in case there's anything useful there. (I filtered to lines containing "DownloadManager" since that seemed to be what was relevant; if there's more that would be useful LMK and I can get it) findroid-failed-download-attempt-logcat.txt
I'll see about digging into the code & doing a bit of debugging myself when I get back from the trip for which I was trying to download things to see if I can figure out anything else.