Compare commits
No commits in common. "f89aea6ac8ee5cfeee9e3272ea0f46dea99843a6" and "a20ee01cfa6c31f41511b0752a921f080636256c" have entirely different histories.
f89aea6ac8
...
a20ee01cfa
@ -14,7 +14,7 @@ namespace Tranga.MangaConnectors;
|
||||
public abstract class MangaConnector : GlobalBase
|
||||
{
|
||||
internal DownloadClient downloadClient { get; init; } = null!;
|
||||
public string[] SupportedLanguages;
|
||||
protected string[] SupportedLanguages;
|
||||
|
||||
protected MangaConnector(GlobalBase clone, string name, string[] supportedLanguages) : base(clone)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user