order folders/feeds by title

This commit is contained in:
Nazar Kanaev
2020-08-11 12:01:06 +01:00
parent d48c4cbb0c
commit 7a7ecd2c41
2 changed files with 2 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ func (s *Storage) ListFeeds() []Feed {
select id, folder_id, title, description, link, feed_link,
ifnull(icon, '') != '' as has_icon
from feeds
order by title collate nocase
`)
if err != nil {
s.log.Print(err)