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

@ -13,7 +13,7 @@ export default function (options) {
function updateTasks(tasks) {
const task = tasks.filter(function (t) {
return t.ScheduledTask.Key == options.taskKey;
return t.Key == options.taskKey;
})[0];
if (options.panel) {