mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
'updated' field for all INetworkLink urls has been introduced
This commit is contained in:
parent
7c679882f4
commit
dad7b7e8e4
14 changed files with 97 additions and 89 deletions
|
@ -179,8 +179,8 @@ public class NetworkLibrary {
|
|||
db.loadCustomLinks(
|
||||
new NetworkDatabase.ICustomLinksHandler() {
|
||||
public void handleCustomLinkData(int id, String siteName,
|
||||
String title, String summary, String icon, Map<String, String> links) {
|
||||
final ICustomNetworkLink link = OPDSLinkReader.createCustomLink(id, siteName, title, summary, icon, links);
|
||||
String title, String summary, String icon, Map<String,URLInfo> infos) {
|
||||
final ICustomNetworkLink link = OPDSLinkReader.createCustomLink(id, siteName, title, summary, icon, infos);
|
||||
if (link != null) {
|
||||
addLinkInternal(link);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue