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

add catch for itemContextMenu.show

This commit is contained in:
robert-hamilton36 2024-03-22 11:42:12 +13:00
parent 1eb9ea31ce
commit 6c51578971

View file

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