fixed the feeds view not displaying feeds from uncategorized category (which has id 0)

This commit is contained in:
Hauke Schade 2012-11-21 17:25:37 +01:00
parent a90a8b6298
commit f50dfebfda

View file

@ -109,7 +109,8 @@ Page {
feedsModel.clear();
loading = false;
if(feeds && categoryId) {
if(feeds) {
var emptyList = feeds.length;
var unreadcount;
console.log("showing feeds for category: "+categoryId+"\n");