summaryrefslogtreecommitdiffhomepage
path: root/html/index.html
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-05-31 18:36:59 +0200
committerRoland Reichwein <mail@reichwein.it>2020-05-31 18:36:59 +0200
commit8f4fb65730eba551f3b03d671111d8f458e3cfbc (patch)
tree7c877c7563050617638faa51000e02dfd90979fa /html/index.html
parent3bfd422f6f92fed162e14d29fd5cd6142b2b87a5 (diff)
Activate video option
Diffstat (limited to 'html/index.html')
-rw-r--r--html/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/index.html b/html/index.html
index 2892e79..05ab9d6 100644
--- a/html/index.html
+++ b/html/index.html
@@ -22,7 +22,7 @@
Transform to format:<br/>
<input type="radio" id="mp3" name="format" value="mp3" checked>
<label for="mp3">MP3 (Audio)</label><br>
- <input type="radio" id="mp4" name="format" value="mp4" disabled>
+ <input type="radio" id="mp4" name="format" value="mp4">
<label for="mp4">MP4 (Video)</label><br>
</p>