fetch favicon

This commit is contained in:
Nazar Kanaev
2020-08-04 15:06:00 +01:00
parent ac5fa62cf3
commit fae9f490cc
7 changed files with 136 additions and 22 deletions

View File

@@ -23,7 +23,7 @@ create table if not exists feeds (
description text,
link text,
feed_link text not null,
icon text
icon blob
);
create index if not exists idx_feed_folder_id on feeds(folder_id);