Browse Source

Update uuid.html.twig

master
Cerys 4 weeks ago
parent
commit
64522d43fa
  1. 1
      Templates/Pages/tune/uuid.html.twig

1
Templates/Pages/tune/uuid.html.twig

@ -49,6 +49,7 @@
<h2>{{ "Audio"|translate }}</h2>
<pre id="MIDI--{{ TuneDetails.ID }}"></pre>
<button onclick="MIDIjs.play('/API/V1/GetMIDIFile.php?tune-id={{ TuneDetails.ID }}');">{{ "Play"|translate }}</button>
<button onclick="MIDIjs.stop();">{{ "Stop"|translate }}</button>
</div>
<div class="ThreeDContainer">

Loading…
Cancel
Save