diff options
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 05ab9d6..2892e79 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"> + <input type="radio" id="mp4" name="format" value="mp4" disabled> <label for="mp4">MP4 (Video)</label><br> </p> |