From e408aa074122f8f77ddf952d0925c6bf7e141721 Mon Sep 17 00:00:00 2001 From: Yat Ho Date: Sun, 21 Jan 2024 06:56:21 +0800 Subject: [PATCH] Revert "feat: Only show .torrent files in the web UI (#6320)" (#6538) This reverts commit c853ec33587c58059f17d1f3942dca065668f43c. --- web/src/open-dialog.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/open-dialog.js b/web/src/open-dialog.js index f8af4e1cf..9db46a46f 100644 --- a/web/src/open-dialog.js +++ b/web/src/open-dialog.js @@ -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;