mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge Master
This commit is contained in:
parent
895a555802
commit
27417b2a4b
@ -4,6 +4,7 @@ using System.Reactive.Linq;
|
||||
using System.Security;
|
||||
using System.Threading.Tasks;
|
||||
using CG.Web.MegaApiClient;
|
||||
using MessagePack;
|
||||
using ReactiveUI;
|
||||
using Wabbajack.Common;
|
||||
|
||||
@ -91,7 +92,8 @@ namespace Wabbajack.Lib.Downloaders
|
||||
|
||||
public class State : HTTPDownloader.State
|
||||
{
|
||||
public MegaApiClient MegaApiClient;
|
||||
[IgnoreMember]
|
||||
internal MegaApiClient MegaApiClient;
|
||||
|
||||
private void MegaLogin()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user