1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

removed audio player

This commit is contained in:
Fedor Katurov 2019-10-10 17:38:19 +07:00
parent 42fdb1290a
commit d3138bd7bd
5 changed files with 5 additions and 92 deletions

View file

@ -1,14 +0,0 @@
export const AUDIO_PLAYER_OPTIONS = {
id: 'AudioPlayer',
keyEnabled: true,
verticalVolume: true,
media: {
title: 'Bubble',
artist: 'Miaow',
sources: {
m4a: 'http://jplayer.org/audio/m4a/Miaow-07-Bubble.m4a',
oga: 'http://jplayer.org/audio/ogg/Miaow-07-Bubble.ogg',
},
free: true,
},
};