Added MangaDex Api. Updated project structure.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace MangaReader.Core.Sources.MangaDex.Api;
|
||||
|
||||
public class ChapterAttributes
|
||||
{
|
||||
public string? Chapter { get; set; }
|
||||
public string? Title { get; set; }
|
||||
public int Pages { get; set; }
|
||||
public DateTime PublishAt { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user