mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
implement suggestions
This commit is contained in:
parent
ad252c6df1
commit
c887e960aa
3 changed files with 4 additions and 9 deletions
|
@ -129,9 +129,7 @@ function showContextMenu(card, options) {
|
|||
notifyRefreshNeeded(card, options.itemsContainer);
|
||||
}
|
||||
})
|
||||
.catch(err => {
|
||||
console.debug('[shortcuts.showContextMenu] itemContextMenu.show reject', err);
|
||||
});
|
||||
.catch(() => { /* no-op */ });
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue