mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
adjust external player label
This commit is contained in:
parent
f19a485f12
commit
670d654af8
9 changed files with 64 additions and 33 deletions
|
@ -784,12 +784,14 @@
|
|||
return;
|
||||
}
|
||||
|
||||
showItemsOverlay({
|
||||
ids: [itemId],
|
||||
context: context
|
||||
});
|
||||
if (AppSettings.enableItemPreviews()) {
|
||||
showItemsOverlay({
|
||||
ids: [itemId],
|
||||
context: context
|
||||
});
|
||||
|
||||
return false;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
$.fn.createCardMenus = function (options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue