From ebd15817424a28abbbc417680867e957418c6509 Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Sat, 29 Aug 2020 19:59:57 +0200 Subject: [PATCH] Make audio filter to apply to both, links and media --- data/filters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/filters.json b/data/filters.json index d920992..7df5b16 100644 --- a/data/filters.json +++ b/data/filters.json @@ -15,7 +15,7 @@ "deffilter-aud": { "label": "Audio", "expr": "/\\.(?:mp3|wav|og(?:g|a)|flac|midi?|rm|aac|wma|mka|ape|opus)$/i", - "type": 1, + "type": 3, "active": false, "icon": "mp3" },