More updates.
This commit is contained in:
@@ -137,7 +137,7 @@ public class MangaDexMetadataProvider(IMangaDexClient mangaDexClient) : IMangaMe
|
||||
SourceMangaContributor contributor = new()
|
||||
{
|
||||
Name = authorEntity.Attributes.Name,
|
||||
Role = SourceMangaContributorRole.Author
|
||||
Role = ContributorRole.Author
|
||||
};
|
||||
|
||||
contributors.Add(contributor);
|
||||
@@ -151,7 +151,7 @@ public class MangaDexMetadataProvider(IMangaDexClient mangaDexClient) : IMangaMe
|
||||
SourceMangaContributor contributor = new()
|
||||
{
|
||||
Name = artistEntity.Attributes.Name,
|
||||
Role = SourceMangaContributorRole.Artist
|
||||
Role = ContributorRole.Artist
|
||||
};
|
||||
|
||||
contributors.Add(contributor);
|
||||
|
||||
Reference in New Issue
Block a user