summaryrefslogtreecommitdiff
path: root/share/web_surfaces/shared/ardour.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/web_surfaces/shared/ardour.js')
-rw-r--r--share/web_surfaces/shared/ardour.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/web_surfaces/shared/ardour.js b/share/web_surfaces/shared/ardour.js
index f9fc83f290..c80ca00181 100644
--- a/share/web_surfaces/shared/ardour.js
+++ b/share/web_surfaces/shared/ardour.js
@@ -16,12 +16,12 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-import { ArdourMessageChannel } from './channel.js';
+import { MessageChannel } from './channel.js';
export class Ardour {
constructor () {
- this.channel = new ArdourMessageChannel(location.host);
+ this.channel = new MessageChannel(location.host);
}
async open () {