Added MangaDex Api. Updated project structure.
This commit is contained in:
9
MangaReader.Core/Sources/MangaDex/Api/MangaAttributes.cs
Normal file
9
MangaReader.Core/Sources/MangaDex/Api/MangaAttributes.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace MangaReader.Core.Sources.MangaDex.Api;
|
||||
|
||||
public class MangaAttributes
|
||||
{
|
||||
public Dictionary<string, string> Title { get; set; } = [];
|
||||
public List<Dictionary<string, string>> AltTitles { get; set; } = [];
|
||||
public Dictionary<string, string> Description { get; set; } = [];
|
||||
public List<TagEntity> Tags { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user