mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add api key functions
This commit is contained in:
parent
5f578574d7
commit
42de7388d0
18 changed files with 288 additions and 108 deletions
|
@ -305,9 +305,15 @@
|
|||
|
||||
function onGroupedPosterItemClick(e) {
|
||||
|
||||
if ($(e.target).is('.posterItemOverlayTarget') ||
|
||||
$(e.target).parents('.posterItemOverlayTarget').length) {
|
||||
e.preventDefault();
|
||||
return;
|
||||
}
|
||||
|
||||
var posterItem = this;
|
||||
var itemId = posterItem.getAttribute('data-itemid');
|
||||
|
||||
|
||||
$(posterItem).addClass('hasContextMenu');
|
||||
|
||||
var userId = Dashboard.getCurrentUserId();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue