fetch favicon
This commit is contained in:
parent
ac5fa62cf3
commit
fae9f490cc
7 changed files with 136 additions and 22 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue