Refresh single dynamic category

Fixes #1613
This commit is contained in:
Jays2Kings 2023-09-25 17:07:04 -07:00
parent 89ef4fc26f
commit 2de4d164c5

View file

@ -682,6 +682,7 @@ open class LibraryController(
updateLibrary(it)
}
}
!presenter.showAllCategories -> updateCategory(0)
else -> updateLibrary()
}
}