Make audio filter to apply to both, links and media

This commit is contained in:
Nils Maier 2020-08-29 19:59:57 +02:00
parent db1b50bc90
commit ebd1581742

View File

@ -15,7 +15,7 @@
"deffilter-aud": { "deffilter-aud": {
"label": "Audio", "label": "Audio",
"expr": "/\\.(?:mp3|wav|og(?:g|a)|flac|midi?|rm|aac|wma|mka|ape|opus)$/i", "expr": "/\\.(?:mp3|wav|og(?:g|a)|flac|midi?|rm|aac|wma|mka|ape|opus)$/i",
"type": 1, "type": 3,
"active": false, "active": false,
"icon": "mp3" "icon": "mp3"
}, },