Added some MAL jobs to the UI
This commit is contained in:
@ -18,6 +18,15 @@ var jobInfo = map[string]*utils.JobInfo{
|
||||
"refresh-osu": &utils.JobInfo{
|
||||
Name: "refresh-osu",
|
||||
},
|
||||
"mal-download": &utils.JobInfo{
|
||||
Name: "mal-download",
|
||||
},
|
||||
"mal-parse": &utils.JobInfo{
|
||||
Name: "mal-parse",
|
||||
},
|
||||
// "mal-sync": &utils.JobInfo{
|
||||
// Name: "mal-sync",
|
||||
// },
|
||||
}
|
||||
|
||||
var jobLogs = []string{}
|
||||
|
Reference in New Issue
Block a user