mirror of
https://github.com/torrentpier/torrentpier
synced 2025-07-14 00:53:19 -07:00
WIP: Added avif images support 🌄 (#1660)
* WIP: Added avif images support * Update CHANGELOG.md * Update admin_ranks.php
This commit is contained in:
parent
04e1adf4ba
commit
0587f7a035
7 changed files with 12 additions and 8 deletions
|
@ -701,6 +701,7 @@ VALUES ('1', 'gif', ''),
|
|||
('1', 'jpeg', ''),
|
||||
('1', 'jpg', ''),
|
||||
('1', 'webp', ''),
|
||||
('1', 'avif', ''),
|
||||
('1', 'bmp', ''),
|
||||
('2', 'gtar', ''),
|
||||
('2', 'gz', ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue