mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Feature: AVIF support (#6288)
This commit is contained in:
@@ -26,6 +26,7 @@ var imageBoxExts = []string{
|
||||
".gif",
|
||||
".svg",
|
||||
".webp",
|
||||
".avif",
|
||||
}
|
||||
|
||||
func newImageBox(box fs.FS) (*imageBox, error) {
|
||||
|
||||
Reference in New Issue
Block a user