add library scan button to dashboard
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user