2
0

Make SupportedLanguages public.

This commit is contained in:
Glax 2024-09-16 21:19:19 +02:00
parent cf5cbba9a8
commit 5f05ba1049

View File

@ -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)
{