mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-11 17:11:40 +02:00
Utils: Add Webp MIME type (#3900)
This commit is contained in:
@ -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',
|
||||
];
|
||||
|
Reference in New Issue
Block a user