mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 19:51:58 +00:00
fix plugin backend reloading
This commit is contained in:
@@ -211,6 +211,4 @@ class Loader:
|
|||||||
async def handle_plugin_backend_reload(self, plugin_name: str):
|
async def handle_plugin_backend_reload(self, plugin_name: str):
|
||||||
plugin = self.plugins[plugin_name]
|
plugin = self.plugins[plugin_name]
|
||||||
|
|
||||||
await self.reload_queue.put((plugin.file, plugin.plugin_directory))
|
await self.reload_queue.put((plugin.file, plugin.plugin_directory))
|
||||||
|
|
||||||
return web.Response(status=200)
|
|
||||||
Reference in New Issue
Block a user