Correct location of audio files for audio player.
On cello and horn get from main booke pages.
This commit is contained in:
parent
457d17d121
commit
e7940011ca
|
@ -59,8 +59,8 @@
|
|||
</div>
|
||||
<div class="dottes-tune-footer-centre">
|
||||
<audio controls>
|
||||
<source src="@TUNE@.mp3" type="audio/mpeg" />
|
||||
<source src="@TUNE@.ogg" type="audio/ogg" />
|
||||
<source src="../@MASTERBOOKE@/@TUNE@.mp3" type="audio/mpeg" />
|
||||
<source src="../@MASTERBOOKE@/@TUNE@.ogg" type="audio/ogg" />
|
||||
</audio>
|
||||
</div>
|
||||
<div class="dottes-tune-footer-right">
|
||||
|
|
Loading…
Reference in New Issue