mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
Merge branch 'master' into 2.6-master
This commit is contained in:
commit
4fe6d1a257
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