diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-05-31 18:36:59 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-05-31 18:36:59 +0200 |
commit | 8f4fb65730eba551f3b03d671111d8f458e3cfbc (patch) | |
tree | 7c877c7563050617638faa51000e02dfd90979fa /html/index.html | |
parent | 3bfd422f6f92fed162e14d29fd5cd6142b2b87a5 (diff) |
Activate video option
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 2 |
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> |