Open clach04 opened 1 year ago
A few entries are missing but article.updated_at is use by wallabag plugin for KoReader.
https://github.com/clach04/wallabag2.koplugin/blob/c7fd203be1723a633e7300cd1b718438e45861f3/wallabag2.koplugin/main.lua#L603
As is mimetype https://github.com/clach04/wallabag2.koplugin/blob/c7fd203be1723a633e7300cd1b718438e45861f3/wallabag2.koplugin/main.lua#L580
Plugin runs fine if values are missing but should implement.
Adding mimetype will reduce code path in KoReader plugin. Hilariously add updated timestamp will increase code path followed in the plugin.
A few entries are missing but article.updated_at is use by wallabag plugin for KoReader.
https://github.com/clach04/wallabag2.koplugin/blob/c7fd203be1723a633e7300cd1b718438e45861f3/wallabag2.koplugin/main.lua#L603
As is mimetype https://github.com/clach04/wallabag2.koplugin/blob/c7fd203be1723a633e7300cd1b718438e45861f3/wallabag2.koplugin/main.lua#L580
Plugin runs fine if values are missing but should implement.