This commit is contained in:
kunfei
2022-02-14 19:48:01 +08:00
parent 0a7cb6de20
commit 93d9e6009b

View File

@@ -73,6 +73,7 @@ data class Book(
return originName.endsWith(".umd", true)
}
@Suppress("unused")
fun isOnLineTxt(): Boolean {
return !isLocalBook() && type == 0
}