mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
getBookFileName() method
This commit is contained in:
parent
2ac1862940
commit
132af46089
2 changed files with 2 additions and 2 deletions
|
@ -181,8 +181,7 @@ public class ApiServerImplementation extends ApiInterface.Stub implements Api, A
|
|||
}
|
||||
|
||||
public String getBookFileName() {
|
||||
// TODO: implement
|
||||
return null;
|
||||
return myReader.Model.Book.File.getPath();
|
||||
}
|
||||
|
||||
public String getBookHash() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue