mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 01:39:18 +02:00
no physical opf files support
This commit is contained in:
parent
61f48620d0
commit
16347db0c0
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class FileTypeEpub extends FileType {
|
|||
return
|
||||
"epub".equalsIgnoreCase(extension) ||
|
||||
"oebzip".equalsIgnoreCase(extension) ||
|
||||
"opf".equalsIgnoreCase(extension);
|
||||
("opf".equalsIgnoreCase(extension) && file != file.getPhysicalFile());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue