fix(local): crush on android

closes #5874
closes #6567
This commit is contained in:
Andy Hsu
2024-07-21 20:48:48 +08:00
parent e5f53d6dee
commit 94f257e557
3 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ import (
"github.com/alist-org/alist/v3/internal/sign"
"github.com/alist-org/alist/v3/pkg/utils"
"github.com/alist-org/alist/v3/server/common"
"github.com/djherbis/times"
"github.com/alist-org/times"
log "github.com/sirupsen/logrus"
_ "golang.org/x/image/webp"
)