diff --git a/AbletonMCP_Remote_Script/__init__.py b/AbletonMCP_Remote_Script/__init__.py index 45ede99e..6423aefa 100644 --- a/AbletonMCP_Remote_Script/__init__.py +++ b/AbletonMCP_Remote_Script/__init__.py @@ -672,7 +672,7 @@ def _get_browser_item(self, uri, path): # Determine the root based on the first part current_item = None - if path_parts[0].lower() == "nstruments": + if path_parts[0].lower() == "instruments": current_item = app.browser.instruments elif path_parts[0].lower() == "sounds": current_item = app.browser.sounds