1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update title in now playing display

This commit is contained in:
Luke Pulverenti 2017-10-17 15:48:17 -04:00
parent 4321580d93
commit f71522a31b
39 changed files with 382 additions and 402 deletions

View file

@ -32,7 +32,6 @@
<div>
<button is="emby-button" type="submit" class="raised button-submit block"><span>${ButtonSave}</span></button>
<button is="emby-button" type="button" id="btnResetPassword" class="raised button-cancel block hide">
<i class="md-icon">lock</i>
<span>${ButtonResetPassword}</span>
</button>
</div>
@ -60,11 +59,9 @@
</div>
<div>
<button is="emby-button" type="submit" class="raised button-submit block">
<i class="md-icon">check</i>
<span>${ButtonSave}</span>
</button>
<button is="emby-button" type="button" id="btnResetEasyPassword" class="raised button-cancel block hide">
<i class="md-icon">lock</i>
<span>${ButtonResetEasyPassword}</span>
</button>
</div>