From fdeb41017e4ca779197a74c2f9182b875adea1b6 Mon Sep 17 00:00:00 2001 From: Vincent Cloutier Date: Sat, 26 Nov 2022 16:04:45 -0500 Subject: [PATCH] fix profile again --- src/BirdsiteLive.Twitter/TwitterUserService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BirdsiteLive.Twitter/TwitterUserService.cs b/src/BirdsiteLive.Twitter/TwitterUserService.cs index ac54192..11d6d22 100644 --- a/src/BirdsiteLive.Twitter/TwitterUserService.cs +++ b/src/BirdsiteLive.Twitter/TwitterUserService.cs @@ -108,7 +108,7 @@ namespace BirdsiteLive.Twitter Description = "", //res.RootElement.GetProperty("data").GetProperty("description").GetString(), Url = "", //res.RootElement.GetProperty("data").GetProperty("url").GetString(), ProfileImageUrl = result.GetProperty("legacy").GetProperty("profile_image_url_https").GetString().Replace("normal", "400x400"), - ProfileBackgroundImageUrl = result.GetProperty("legacy").GetProperty("profile_banner_url").GetString(), + ProfileBackgroundImageUrl = profileBannerURL, ProfileBannerURL = profileBannerURL, Protected = false, //res.RootElement.GetProperty("data").GetProperty("protected").GetBoolean(), };