From 266985a5eddc7df30126e79105e22dfb1dae140c Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Tue, 31 May 2022 16:21:54 +0200 Subject: Adapt to new application framework Drop usage of agl-js-api, and just provide a mock for mediaplayer calls. Bug-AGL: SPEC-4248 Signed-off-by: Jose Dapena Paz Change-Id: I8461713c56f2a81e3e1eda441e10da45f96c8087 --- src/index.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/index.js') diff --git a/src/index.js b/src/index.js index f1644ae..9ad7774 100644 --- a/src/index.js +++ b/src/index.js @@ -18,13 +18,10 @@ import * as app from './js/app'; import * as player from './js/player'; import * as playlist from './js/playlist'; -import { api } from 'agl-js-api'; - /* CSS */ import './styles/app.scss'; window.player = player; window.playlist = playlist; -api.init(); app.init(); -- cgit