mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-12-25 00:01:49 +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)) }
|
||||
}
|
||||
|
||||
private fun backupExtensionInfo(root: JsonArray, extensions: Set<String>) { // TODO
|
||||
private fun backupExtensionInfo(root: JsonArray, extensions: Set<String>) {
|
||||
extensions.sorted().forEach {
|
||||
root.add(it)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user