Fixed MEGADownloader not initializing

This commit is contained in:
erri120 2020-04-07 19:56:16 +02:00
parent 22a307844b
commit 59ca6d94ad
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

@ -95,6 +95,8 @@ namespace Wabbajack.Lib.Downloaders
private void MegaLogin()
{
MegaApiClient = new MegaApiClient();
if (MegaApiClient.IsLoggedIn)
return;