mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 13:07:59 +01:00
fixed embed
This commit is contained in:
parent
3485f79c51
commit
af25a14b34
1 changed files with 2 additions and 1 deletions
|
@ -44,8 +44,9 @@ loaderDef.done ->
|
|||
else
|
||||
currentSound.play()
|
||||
else
|
||||
|
||||
currentSound = soundManager.createSound
|
||||
url: '/t' + trackId + '/stream',
|
||||
url: ['/t' + trackId + '/stream.mp3', '/t' + trackId + '/stream.ogg', '/t' + trackId + '/stream.m4a'],
|
||||
volume: 50
|
||||
|
||||
whileloading: ->
|
||||
|
|
Loading…
Reference in a new issue