mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 09:49:19 +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
|
return
|
||||||
"epub".equalsIgnoreCase(extension) ||
|
"epub".equalsIgnoreCase(extension) ||
|
||||||
"oebzip".equalsIgnoreCase(extension) ||
|
"oebzip".equalsIgnoreCase(extension) ||
|
||||||
"opf".equalsIgnoreCase(extension);
|
("opf".equalsIgnoreCase(extension) && file != file.getPhysicalFile());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue