1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-03 08:36:41 +07:00

removed audiplayer

This commit is contained in:
Fedor Katurov 2019-10-10 17:19:40 +07:00
parent 63b30b2921
commit 42fdb1290a
8 changed files with 3886 additions and 15941 deletions
src/redux/player

View file

@ -0,0 +1,14 @@
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,
},
};