Show group in last read and history when group existing. (#419)

This commit is contained in:
角砂糖
2025-06-23 19:03:24 +08:00
committed by GitHub
parent 50044c4372
commit b5b0dc85e3
3 changed files with 22 additions and 9 deletions

View File

@@ -133,6 +133,11 @@ class History implements Comic {
@override
String get description {
var res = "";
if (group != null){
res += "${"Group @group".tlParams({
"group": group!,
})} - ";
}
if (ep >= 1) {
res += "Chapter @ep".tlParams({
"ep": ep,