mirror of
https://github.com/nkanaev/yarr.git
synced 2025-12-15 08:37:21 +00:00
order folders/feeds by title
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user