[sailfish] fixed showing "last updated" of feeds when undefined

This commit is contained in:
Hauke Schade 2015-02-07 17:36:43 +01:00
parent c293de7c8d
commit 65fe66167b

View file

@ -116,7 +116,8 @@ ListModel {
feedId: parseInt(root.category.categoryId),
categoryId: parseInt(root.category.categoryId),
isCat: true,
icon: ''
icon: '',
lastUpdated: ''
})
}
}