mirror of
https://github.com/C9Glax/tranga.git
synced 2025-01-12 19:37:33 +01:00
Changed Jobs ToString
This commit is contained in:
parent
f1f640c1f6
commit
d89ca0a2ef
@ -24,7 +24,7 @@ public class DownloadChapter : Job
|
|||||||
|
|
||||||
public override string ToString()
|
public override string ToString()
|
||||||
{
|
{
|
||||||
return $"DownloadChapter {id} {chapter}";
|
return $"{id} Chapter: {chapter}";
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override IEnumerable<Job> ExecuteReturnSubTasksInternal()
|
protected override IEnumerable<Job> ExecuteReturnSubTasksInternal()
|
||||||
|
@ -28,7 +28,7 @@ public class DownloadNewChapters : Job
|
|||||||
|
|
||||||
public override string ToString()
|
public override string ToString()
|
||||||
{
|
{
|
||||||
return $"DownloadChapter {id} {manga}";
|
return $"{id} Manga: {manga}";
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override IEnumerable<Job> ExecuteReturnSubTasksInternal()
|
protected override IEnumerable<Job> ExecuteReturnSubTasksInternal()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user