mirror of https://github.com/readrops/Readrops.git
Fix GetFoldersWithFeeds not sending feeds without folder
This commit is contained in:
parent
40accbc8b4
commit
edc2094a6e
|
@ -49,9 +49,9 @@ class GetFoldersWithFeeds(
|
|||
null,
|
||||
feedsWithoutFolder.map { it.feed.apply { unreadCount = it.unreadCount } })
|
||||
)
|
||||
}
|
||||
|
||||
} else {
|
||||
foldersWithFeeds
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue