Added MangaDex Api. Updated project structure.
This commit is contained in:
8
MangaReader.Core/Metadata/MangaStatus.cs
Normal file
8
MangaReader.Core/Metadata/MangaStatus.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace MangaReader.Core.Metadata;
|
||||
|
||||
public enum MangaStatus
|
||||
{
|
||||
Unknown,
|
||||
Ongoing,
|
||||
Complete
|
||||
}
|
||||
Reference in New Issue
Block a user