Changed Jobs ToString
This commit is contained in:
parent
f1f640c1f6
commit
d89ca0a2ef
@ -24,7 +24,7 @@ public class DownloadChapter : Job
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"DownloadChapter {id} {chapter}";
|
||||
return $"{id} Chapter: {chapter}";
|
||||
}
|
||||
|
||||
protected override IEnumerable<Job> ExecuteReturnSubTasksInternal()
|
||||
|
@ -28,7 +28,7 @@ public class DownloadNewChapters : Job
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"DownloadChapter {id} {manga}";
|
||||
return $"{id} Manga: {manga}";
|
||||
}
|
||||
|
||||
protected override IEnumerable<Job> ExecuteReturnSubTasksInternal()
|
||||
|
Loading…
Reference in New Issue
Block a user