forked from MarseyWorld/MarseyWorld
fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/6382152#context
parent
b339de64a6
commit
92c0d26f4e
|
@ -225,7 +225,7 @@
|
|||
Use an MP3 file (Max size is 8MB)
|
||||
{% endif %}
|
||||
</div>
|
||||
<input autocomplete="off" id="file-upload2" type="file" name="file" {% if g.is_tor %}disabled{% endif %} accept="audio/mp3" data-nonce="{{g.nonce}}" onchange_submit hidden>
|
||||
<input autocomplete="off" id="file-upload2" type="file" name="file" {% if g.is_tor %}disabled{% endif %} accept="audio/mpeg" data-nonce="{{g.nonce}}" onchange_submit hidden>
|
||||
</label>
|
||||
</form>
|
||||
<form action="/settings/song_change" method="post">
|
||||
|
|
Loading…
Reference in New Issue