diff options
Diffstat (limited to 'res/index.html')
| -rw-r--r-- | res/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/index.html b/res/index.html index 9ab9d03..ec557c6 100644 --- a/res/index.html +++ b/res/index.html @@ -96,6 +96,9 @@ <div id="subsurlblock" class="display-flex" style="display: none;"> <input id="subsurl" type="text" placeholder="${subtitlesUrlOptional}"> </div> + <div id="voiceoverblock" class="display-flex" style="display: none;"> + <input id="voiceoverurl" type="text" placeholder="${voiceOverAudioTrackUrlOptional}"> + </div> <div> <label> <input class="add-temp" type="checkbox" checked="checked">${addAsTemporary} |
