mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-01-31 11:16:42 +01:00
Merged development into master
This commit is contained in:
commit
df51be1d72
1 changed files with 2 additions and 1 deletions
|
@ -44,8 +44,9 @@ loaderDef.done ->
|
||||||
else
|
else
|
||||||
currentSound.play()
|
currentSound.play()
|
||||||
else
|
else
|
||||||
|
|
||||||
currentSound = soundManager.createSound
|
currentSound = soundManager.createSound
|
||||||
url: '/t' + trackId + '/stream',
|
url: ['/t' + trackId + '/stream.mp3', '/t' + trackId + '/stream.ogg', '/t' + trackId + '/stream.m4a'],
|
||||||
volume: 50
|
volume: 50
|
||||||
|
|
||||||
whileloading: ->
|
whileloading: ->
|
||||||
|
|
Loading…
Reference in a new issue