mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 10:19:33 +02:00
work in progress
This commit is contained in:
parent
aba621c9de
commit
93e3df976b
11 changed files with 69 additions and 67 deletions
|
@ -60,11 +60,6 @@ public class BookTree extends LibraryTree {
|
|||
|
||||
@Override
|
||||
protected ZLImage createCover() {
|
||||
final FormatPlugin plugin = PluginCollection.Instance().getPlugin(Book.File);
|
||||
if (plugin != null) {
|
||||
return plugin.readCover(Book);
|
||||
}
|
||||
|
||||
return null;
|
||||
return Library.getCover(Book.File);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue