Skip to content

fix: restore .feedpak in the upload file-picker accept filter - #698

Merged
byrongamatos merged 1 commit into
mainfrom
fix/upload-accept-feedpak
Jul 2, 2026
Merged

fix: restore .feedpak in the upload file-picker accept filter#698
byrongamatos merged 1 commit into
mainfrom
fix/upload-accept-feedpak

Conversation

@topkoa

@topkoa topkoa commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

An upstream index.html edit reverted the upload input's accept attribute (from PR #530) back to .sloppak only. The client-side JS filter and the server's _ALLOWED_SONG_EXTS (via sloppak_mod.SONG_EXTS) both still accept .feedpak — so the only symptom was the OS file-picker dialog hiding .feedpak files. One-line restore to accept=".feedpak,.sloppak".

🤖 Generated with Claude Code

PR #530 set accept=".feedpak,.sloppak" on the shared upload input, but a
later index.html edit reverted the attribute to ".sloppak" only. The
client-side extension filter (app.js) and the server upload endpoint both
accept .feedpak, so the only effect was the OS file-picker hiding .feedpak
files from the dialog. Restore the dual filter.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Kris Anderson <topkoa@gmail.com>
@byrongamatos
byrongamatos merged commit 22d2999 into main Jul 2, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants