diff --git a/web/index.html b/web/index.html index 1fc1214..27366c9 100644 --- a/web/index.html +++ b/web/index.html @@ -29,8 +29,7 @@ diff --git a/web/index.js b/web/index.js index b1111b8..f0d77f8 100644 --- a/web/index.js +++ b/web/index.js @@ -521,7 +521,7 @@ const component_audio_player = { error_status: "", } }, - props: ["file"], + props: ['file', 'token'], template: `
Player Status
@@ -548,6 +548,7 @@ const component_audio_player = { +

{{ token }}

`, methods: {