Added contributor classes for manga. Implemented MangaDex search.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MangaReader.Core.Search.MangaDex;
|
||||
|
||||
public class MangaDexSearchResultDataRelationship
|
||||
{
|
||||
public required Guid Id { get; set; }
|
||||
public required string Type { get; set; }
|
||||
public Dictionary<string, object> Attributes { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user