Merge pull request #690 from erri120/mega-fix

Fixed MEGADownloader not initializing
This commit is contained in:
Timothy Baldridge 2020-04-09 14:23:24 -06:00 committed by GitHub
commit 828a76ee93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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