fixed preload resumption
This commit is contained in:
parent
304135be2e
commit
caf12d9ca5
5 changed files with 49 additions and 5 deletions
|
|
@ -61,6 +61,7 @@ type file struct {
|
|||
Anchor string
|
||||
Status int
|
||||
Prio int
|
||||
Errc int
|
||||
Running bool
|
||||
}
|
||||
|
||||
|
|
@ -138,6 +139,7 @@ func getPreloads(path string, fs *fs.FS) (dc dirContents) {
|
|||
URI: template.HTML(p.Name),
|
||||
Status: p.Status,
|
||||
Prio: p.Prio,
|
||||
Errc: p.Errc,
|
||||
Running: p.Running,
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue