Finished MangaDexMetadataProvider logic.
This commit is contained in:
8
MangaReader.Core/Metadata/SourceMangaContributorRole.cs
Normal file
8
MangaReader.Core/Metadata/SourceMangaContributorRole.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace MangaReader.Core.Metadata;
|
||||
|
||||
public enum SourceMangaContributorRole
|
||||
{
|
||||
Unknown,
|
||||
Author,
|
||||
Artist
|
||||
}
|
||||
Reference in New Issue
Block a user