File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/Nullinside.TwitchStreamingTools Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2
2
using System . Threading . Tasks ;
3
3
4
4
using Nullinside . Api . Common . Auth ;
5
- using Nullinside . Api . Common . Twitch ;
6
5
7
6
namespace Nullinside . TwitchStreamingTools . Services ;
8
7
Original file line number Diff line number Diff line change 18
18
using Nullinside . Api . Common ;
19
19
using Nullinside . Api . Common . Auth ;
20
20
using Nullinside . Api . Common . Extensions ;
21
- using Nullinside . Api . Common . Twitch ;
22
21
using Nullinside . TwitchStreamingTools . Services ;
23
22
using Nullinside . TwitchStreamingTools . Utilities ;
24
23
@@ -128,6 +127,7 @@ private async Task LoadProfileImage() {
128
127
profileImagePath = Path . Combine ( PROFILE_IMAGE_FOLDER , profileImagePath ) ;
129
128
if ( File . Exists ( profileImagePath ) ) {
130
129
ProfileImage = new Bitmap ( profileImagePath ) ;
130
+ DownloadingProfileImage = false ;
131
131
return ;
132
132
}
133
133
You can’t perform that action at this time.
0 commit comments