Added more UI logic. Added a manga pipeline test.
This commit is contained in:
@@ -7,4 +7,5 @@ public record MangaSearchResult
|
||||
public string? Thumbnail { get; init; }
|
||||
public string? Author { get; init; }
|
||||
public string? Description { get; init; }
|
||||
public string[] Genres { get; init; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user