summaryrefslogtreecommitdiff
path: root/share/web_surfaces/index/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/web_surfaces/index/main.js')
-rw-r--r--share/web_surfaces/index/main.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/web_surfaces/index/main.js b/share/web_surfaces/index/main.js
index 2dcb59e654..3594268991 100644
--- a/share/web_surfaces/index/main.js
+++ b/share/web_surfaces/index/main.js
@@ -16,13 +16,13 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-import { Ardour } from '/shared/ardour.js';
+import { ArdourClient } from '/shared/ardour.js';
(() => {
async function main () {
try {
- const surfaces = await new Ardour().getAvailableSurfaces();
+ const surfaces = await new ArdourClient().getAvailableSurfaces();
printSurfaces(surfaces);
} catch (err) {
printError(`Error loading surfaces list: ${err.message}`);