mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-21 20:18:47 +08:00
fix: mark progress as done after clear (#3086)
This commit is contained in:
parent
530e74c70b
commit
be8a9c5f07
@ -87,7 +87,7 @@ func ClearIndex(c *gin.Context) {
|
||||
search.Clear(c)
|
||||
search.WriteProgress(&model.IndexProgress{
|
||||
ObjCount: 0,
|
||||
IsDone: false,
|
||||
IsDone: true,
|
||||
LastDoneTime: nil,
|
||||
Error: "",
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user