mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Fixing a bug in changelog when refreshing
This commit is contained in:
parent
3ac80fad8b
commit
5ce10ce305
2 changed files with 2 additions and 6 deletions
|
|
@ -1,12 +1,7 @@
|
||||||
{
|
{
|
||||||
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
|
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
|
||||||
"versions": {
|
"versions": {
|
||||||
"1.0.20": {
|
"1.0.20": null,
|
||||||
"api_version": 8,
|
|
||||||
"commit_sha": "f229b33",
|
|
||||||
"released_on": "13-05-2024",
|
|
||||||
"md5sum": "b66c2400458cebcbce6d282a3efef816"
|
|
||||||
},
|
|
||||||
"1.0.19": {
|
"1.0.19": {
|
||||||
"api_version": 8,
|
"api_version": 8,
|
||||||
"commit_sha": "b439c4b",
|
"commit_sha": "b439c4b",
|
||||||
|
|
|
||||||
|
|
@ -1466,6 +1466,7 @@ class PluginManager:
|
||||||
category.cleanup()
|
category.cleanup()
|
||||||
self.categories.clear()
|
self.categories.clear()
|
||||||
self._index.clear()
|
self._index.clear()
|
||||||
|
self._changelog = None
|
||||||
self.unset_index_global_cache()
|
self.unset_index_global_cache()
|
||||||
|
|
||||||
async def refresh(self):
|
async def refresh(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue