up
This commit is contained in:
parent
6e0726cd76
commit
d9b0157dd0
@ -796,7 +796,7 @@ func HandleAddJobsMultiple(db *gorm.DB) http.HandlerFunc {
|
|||||||
|
|
||||||
// 5d. Enregistrement du job
|
// 5d. Enregistrement du job
|
||||||
job := &download.DownloadJob{
|
job := &download.DownloadJob{
|
||||||
ID: fmt.Sprintf("job-%d", time.Now().UnixNano()),
|
ID: l.ID,
|
||||||
Link: l.DownloadURL,
|
Link: l.DownloadURL,
|
||||||
Name: l.Name,
|
Name: l.Name,
|
||||||
Status: "waiting",
|
Status: "waiting",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user