fix: emote settings

This commit is contained in:
Sorunome 2021-09-16 14:36:28 +02:00
parent cbb40b6fdb
commit e36a6aed74
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ class EmotesSettingsController extends State<EmotesSettings> {
} }
} }
controller.value = ImagePackImageContent.fromJson(<String, dynamic>{ controller.value = ImagePackImageContent.fromJson(<String, dynamic>{
'url': uploadResp.result, 'url': uploadResp.result.toString(),
'info': info, 'info': info,
}); });
}); });