Use logo property for Icon

This commit is contained in:
Peter Stuifzand 2018-07-25 13:54:55 +02:00
parent 0429821c08
commit 1cea51d5d5

View File

@ -235,7 +235,7 @@ func getAppInfo(clientID string) (app, error) {
if mf.Type[0] == "h-x-app" || mf.Type[0] == "h-app" {
app.Name = getPropString(mf, "name")
app.IconURL = getPropString(mf, "icon")
app.IconURL = getPropString(mf, "logo")
}
}