Revert "feat: Only show .torrent files in the web UI (#6320)" (#6538)

This reverts commit c853ec3358.
This commit is contained in:
Yat Ho 2024-01-21 06:56:21 +08:00 committed by GitHub
parent 0ce4adf07c
commit e408aa0741
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ export class OpenDialog extends EventTarget {
input.name = 'torrent-files[]';
input.id = input_id;
input.multiple = 'multiple';
input.accept = '.torrent, application/x-bittorrent';
workarea.append(input);
elements.file_input = input;