Make SupportedLanguages public.
This commit is contained in:
parent
cf5cbba9a8
commit
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