mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-11-01 06:55:06 +01:00
fix typo
This commit is contained in:
parent
bb09ccf3c0
commit
abc3a16ee3
@ -113,7 +113,7 @@ object Extension {
|
||||
val apkFilePath = fetcher()
|
||||
val apkName = Uri.parse(apkFilePath).lastPathSegment!!
|
||||
|
||||
// TODO: handle the whole apk signature, and trusting bossiness
|
||||
// TODO: handle the whole apk signature, and trusting business
|
||||
|
||||
val extensionRecord: ResultRow = transaction {
|
||||
ExtensionTable.select { ExtensionTable.apkName eq apkName }.firstOrNull()
|
||||
|
Loading…
Reference in New Issue
Block a user