Merge pull request #817 from erri120/wabbajack-cdn-downloader-state-fix

Added WabbajackCDNDownloader.State to KnownSubTypes
This commit is contained in:
Timothy Baldridge 2020-05-10 11:01:04 -07:00 committed by GitHub
commit b1f12a8122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,8 @@ namespace Wabbajack.Lib.Downloaders
typeof(DeadlyStreamDownloader.State),
typeof(TESAllianceDownloader.State),
typeof(BethesdaNetDownloader.State),
typeof(YouTubeDownloader.State)
typeof(YouTubeDownloader.State),
typeof(WabbajackCDNDownloader.State)
};
public static Dictionary<string, Type> NameToType { get; set; }
public static Dictionary<Type, string> TypeToName { get; set; }