mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
URLInfo -> UrlInfo
This commit is contained in:
parent
401b38d746
commit
16fd2dd17e
11 changed files with 103 additions and 36 deletions
|
@ -179,7 +179,7 @@ public class NetworkLibrary {
|
|||
db.loadCustomLinks(
|
||||
new NetworkDatabase.ICustomLinksHandler() {
|
||||
public void handleCustomLinkData(int id, String siteName,
|
||||
String title, String summary, String icon, Map<String,URLInfo> infos) {
|
||||
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