mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-03-01 06:45:32 +01:00
lint meh
This commit is contained in:
parent
8fbf564177
commit
c9ef5f9b9d
@ -137,7 +137,7 @@ object LegacyBackupExport : LegacyBackupBase() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun backupCategories(root: JsonArray) {
|
private fun backupCategories(root: JsonArray) {
|
||||||
val categories = getCategoryList().map{
|
val categories = getCategoryList().map {
|
||||||
CategoryImpl().apply {
|
CategoryImpl().apply {
|
||||||
name = it.name
|
name = it.name
|
||||||
order = it.order
|
order = it.order
|
||||||
|
Loading…
x
Reference in New Issue
Block a user