mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-01-12 16:59:08 +01:00
remove TOOD
This commit is contained in:
parent
975a3b1828
commit
5171e509a5
@ -131,7 +131,7 @@ object LegacyBackupExport {
|
|||||||
// categories.forEach { root.add(parser.toJsonTree(it)) }
|
// categories.forEach { root.add(parser.toJsonTree(it)) }
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun backupExtensionInfo(root: JsonArray, extensions: Set<String>) { // TODO
|
private fun backupExtensionInfo(root: JsonArray, extensions: Set<String>) {
|
||||||
extensions.sorted().forEach {
|
extensions.sorted().forEach {
|
||||||
root.add(it)
|
root.add(it)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user