mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
support plot keywords
This commit is contained in:
parent
7d9325b1b2
commit
9ba438a8e3
9 changed files with 227 additions and 31 deletions
|
@ -23,7 +23,7 @@
|
|||
shape: "square",
|
||||
showTitle: true,
|
||||
showParentTitle: true
|
||||
}));
|
||||
})).createPosterItemHoverMenu();
|
||||
|
||||
});
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
|||
shape: "square",
|
||||
showTitle: true,
|
||||
showParentTitle: true
|
||||
}));
|
||||
})).createPosterItemHoverMenu();
|
||||
|
||||
});
|
||||
|
||||
|
@ -76,7 +76,7 @@
|
|||
shape: "square",
|
||||
showTitle: true,
|
||||
showParentTitle: true
|
||||
}));
|
||||
})).createPosterItemHoverMenu();
|
||||
|
||||
});
|
||||
|
||||
|
@ -106,7 +106,7 @@
|
|||
shape: "square",
|
||||
showTitle: true,
|
||||
showParentTitle: true
|
||||
}));
|
||||
})).createPosterItemHoverMenu();
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue