Finished MangaDexMetadataProvider logic.
This commit is contained in:
7
MangaReader.Core/Metadata/SourceMangaContributor.cs
Normal file
7
MangaReader.Core/Metadata/SourceMangaContributor.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace MangaReader.Core.Metadata;
|
||||
|
||||
public class SourceMangaContributor
|
||||
{
|
||||
public required string Name { get; set; }
|
||||
public SourceMangaContributorRole Role { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user