Fix GetFoldersWithFeeds not sending feeds without folder

This commit is contained in:
Shinokuni 2024-02-19 23:16:06 +01:00
parent 40accbc8b4
commit edc2094a6e
1 changed files with 2 additions and 2 deletions

View File

@ -49,9 +49,9 @@ class GetFoldersWithFeeds(
null,
feedsWithoutFolder.map { it.feed.apply { unreadCount = it.unreadCount } })
)
}
} else {
foldersWithFeeds
}
}
}
}