From f7e7391a34870acf25fd774bf95cabd4ead40e4f Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Fri, 25 Nov 2022 04:03:36 -0500 Subject: [PATCH 1/2] Version bump --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index 42b0e51..2d624a7 100644 --- a/plugin.json +++ b/plugin.json @@ -4,7 +4,7 @@ "Name": "Steam Search", "Description": "Search and launch your Steam Game library", "Author": "Garulf", - "Version": "7.1.0", + "Version": "7.1.1", "Language": "executable", "Website": "https://github.com/Garulf/Steam-Search", "IcoPath": "run.exe", From ada47067ade62fb7f34816de27e0c262f70b750e Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Fri, 25 Nov 2022 04:03:44 -0500 Subject: [PATCH 2/2] Remove debugging code --- plugin/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/main.py b/plugin/main.py index a3bae72..3c6093f 100644 --- a/plugin/main.py +++ b/plugin/main.py @@ -35,7 +35,7 @@ def query(self, query): self.add_item( title=item.name, - subtitle=str(score), + subtitle=str(item.unquoted_path()), icon=str(icon), method="launch_game", parameters=[item.id],