From f3ab0f59897c4cb25a921be8ae3b0a9b55b3d3f4 Mon Sep 17 00:00:00 2001 From: tza Date: Tue, 10 May 2022 23:17:09 +0300 Subject: Plugin store button now uses built-in browser --- plugin_loader/loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin_loader/loader.py') diff --git a/plugin_loader/loader.py b/plugin_loader/loader.py index fea5f149..681c8251 100644 --- a/plugin_loader/loader.py +++ b/plugin_loader/loader.py @@ -121,7 +121,7 @@ class Loader: return await self.callsigns[callsign].execute_method(method_name, kwargs) async def get_steam_resource(self, request): - tab = (await get_tabs())[0] + tab = await get_tab("QuickAccess") try: return web.Response(text=await tab.get_steam_resource(f"https://steamloopback.host/{request.match_info['path']}"), content_type="text/html") except Exception as e: -- cgit v1.2.3