mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
cleanup
This commit is contained in:
@@ -33,7 +33,7 @@ namespace VRCX
|
||||
|
||||
using (var client = new WebClient())
|
||||
{
|
||||
string cookieString = String.Empty;
|
||||
string cookieString = string.Empty;
|
||||
if (WebApi.Instance != null && WebApi.Instance._cookieContainer != null)
|
||||
{
|
||||
CookieCollection cookies = WebApi.Instance._cookieContainer.GetCookies(new Uri($"https://{imageHost}"));
|
||||
|
||||
Reference in New Issue
Block a user