mirror of https://github.com/Xhofe/alist
* Fix that webp thumb in local storage won't load * Simplify code Co-authored-by: Noah Hsu <i@nn.ci>pull/2526/head
parent
e98561ceb1
commit
d94cf72da2
|
@ -21,6 +21,7 @@ import (
|
|||
"github.com/alist-org/alist/v3/pkg/utils"
|
||||
"github.com/alist-org/alist/v3/server/common"
|
||||
"github.com/disintegration/imaging"
|
||||
_ "golang.org/x/image/webp"
|
||||
)
|
||||
|
||||
type Local struct {
|
||||
|
|
Loading…
Reference in New Issue