mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-21 19:22:42 +01:00
remove TOOD
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user