1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Nitzan Savion 2024-03-22 19:35:17 +02:00
commit 6550d73ca6
5 changed files with 39 additions and 5 deletions

View file

@ -271,7 +271,7 @@ function showMoreMenu(context, button, user) {
} else if (result.updated) {
reload(context, item.Id, item.ServerId);
}
});
}).catch(() => { /* no-op */ });
});
}