2
0

Compare commits

..

No commits in common. "f89aea6ac8ee5cfeee9e3272ea0f46dea99843a6" and "a20ee01cfa6c31f41511b0752a921f080636256c" have entirely different histories.

View File

@ -14,7 +14,7 @@ namespace Tranga.MangaConnectors;
public abstract class MangaConnector : GlobalBase public abstract class MangaConnector : GlobalBase
{ {
internal DownloadClient downloadClient { get; init; } = null!; internal DownloadClient downloadClient { get; init; } = null!;
public string[] SupportedLanguages; protected string[] SupportedLanguages;
protected MangaConnector(GlobalBase clone, string name, string[] supportedLanguages) : base(clone) protected MangaConnector(GlobalBase clone, string name, string[] supportedLanguages) : base(clone)
{ {