Fixing a bug in changelog when refreshing

This commit is contained in:
Loup-Garou911XD 2024-05-13 16:39:41 +05:30
parent 3ac80fad8b
commit 5ce10ce305
2 changed files with 2 additions and 6 deletions

View file

@ -1,12 +1,7 @@
{
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
"versions": {
"1.0.20": {
"api_version": 8,
"commit_sha": "f229b33",
"released_on": "13-05-2024",
"md5sum": "b66c2400458cebcbce6d282a3efef816"
},
"1.0.20": null,
"1.0.19": {
"api_version": 8,
"commit_sha": "b439c4b",

View file

@ -1466,6 +1466,7 @@ class PluginManager:
category.cleanup()
self.categories.clear()
self._index.clear()
self._changelog = None
self.unset_index_global_cache()
async def refresh(self):