Compare commits
2 Commits
a20ee01cfa
...
f89aea6ac8
Author | SHA1 | Date | |
---|---|---|---|
f89aea6ac8 | |||
5f05ba1049 |
@ -14,7 +14,7 @@ namespace Tranga.MangaConnectors;
|
||||
public abstract class MangaConnector : GlobalBase
|
||||
{
|
||||
internal DownloadClient downloadClient { get; init; } = null!;
|
||||
protected string[] SupportedLanguages;
|
||||
public string[] SupportedLanguages;
|
||||
|
||||
protected MangaConnector(GlobalBase clone, string name, string[] supportedLanguages) : base(clone)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user