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

add library scan button to dashboard

This commit is contained in:
dkanada 2020-10-12 12:29:57 +09:00
parent af3f308abc
commit 7b168608a0
3 changed files with 19 additions and 1 deletions

View file

@ -22,6 +22,9 @@
<button is="emby-button" type="button" id="btnShutdown" class="raised" onclick="DashboardPage.shutdown(this);">
<span>${ButtonShutdown}</span>
</button>
<button is="emby-button" type="button" class="raised btnRefresh">
<span>${ButtonScanAllLibraries}</span>
</button>
</div>
<div style="margin-top: 2em;" class="runningTasksContainer hide">