Minor fixes

This commit is contained in:
len
2016-05-26 16:03:55 +02:00
parent 12d6919421
commit 4e784cd7c3
4 changed files with 7 additions and 3 deletions

View File

@@ -87,4 +87,8 @@ public class Chapter implements Serializable {
public boolean isDownloaded() {
return status == Download.DOWNLOADED;
}
public boolean isRecognizedNumber() {
return chapter_number >= 0f;
}
}