Feature: manually add subtitle

This commit is contained in:
redSpoutnik 2020-05-08 21:25:23 +02:00
parent f45a4d1a8c
commit 6bb1cf3554
6 changed files with 282 additions and 0 deletions

View file

@ -18,6 +18,7 @@
<select is="emby-select" id="selectLanguage" required="required" label="${LabelLanguage}" autofocus></select>
</div>
<button type="submit" is="paper-icon-button-light" title="${Search}" class="btnSearchSubtitles flex-shrink-zero emby-select-iconbutton"><span class="material-icons search"></span></button>
<button type="button" is="paper-icon-button-light" title="${Upload}" class="btnOpenUploadMenu flex-shrink-zero emby-select-iconbutton"><span class="material-icons add"></span></button>
</div>
<button is="emby-button" type="submit" class="raised btnSubmit block button-submit">${Search}</button>
</form>