mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-17 16:57:54 +02:00
Add ToString Overrides for Chapter and Manga
This commit is contained in:
@ -181,4 +181,9 @@ public class Chapter : IComparable<Chapter>
|
||||
);
|
||||
return comicInfo.ToString();
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{ChapterId} Vol.{VolumeNumber} Ch.{ChapterNumber} - {Title}";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user