mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-16 13:50:01 +01:00
Utils: Add Webp MIME type (#3900)
This commit is contained in:
parent
6408123330
commit
12a90e2074
@ -171,6 +171,7 @@ function parse_mime_type($url)
|
||||
'jpg' => 'image/jpeg',
|
||||
'gif' => 'image/gif',
|
||||
'png' => 'image/png',
|
||||
'webp' => 'image/webp',
|
||||
'image' => 'image/*',
|
||||
'mp3' => 'audio/mpeg',
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user