mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-10 07:44:17 +02:00
[flatpak] fix: wrong encoded strings displayed (requires Flatpak >= 1.12)
This commit is contained in:
@@ -55,7 +55,9 @@ class FlatpakAsyncDataLoader(Thread):
|
||||
if not self.app.name:
|
||||
self.app.name = data.get('name')
|
||||
|
||||
self.app.description = data.get('description', data.get('summary', None))
|
||||
if not self.app.description:
|
||||
self.app.description = data.get('description', data.get('summary', None))
|
||||
|
||||
self.app.icon_url = data.get('iconMobileUrl', None)
|
||||
self.app.latest_version = data.get('currentReleaseVersion', self.app.version)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user