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