mirror of https://gitlab.com/bashrc2/epicyon
Detect icon type
parent
6da17599ca
commit
5b4a3caa4a
1
utils.py
1
utils.py
|
@ -2482,6 +2482,7 @@ def mediaFileMimeType(filename: str) -> str:
|
||||||
'svg': 'image/svg+xml',
|
'svg': 'image/svg+xml',
|
||||||
'webp': 'image/webp',
|
'webp': 'image/webp',
|
||||||
'avif': 'image/avif',
|
'avif': 'image/avif',
|
||||||
|
'ico': 'image/x-icon',
|
||||||
'mp3': 'audio/mpeg',
|
'mp3': 'audio/mpeg',
|
||||||
'ogg': 'audio/ogg',
|
'ogg': 'audio/ogg',
|
||||||
'flac': 'audio/flac',
|
'flac': 'audio/flac',
|
||||||
|
|
Loading…
Reference in New Issue