mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #690 from erri120/mega-fix
Fixed MEGADownloader not initializing
This commit is contained in:
commit
828a76ee93
@ -95,6 +95,8 @@ namespace Wabbajack.Lib.Downloaders
|
||||
|
||||
private void MegaLogin()
|
||||
{
|
||||
MegaApiClient = new MegaApiClient();
|
||||
|
||||
if (MegaApiClient.IsLoggedIn)
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user