mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
include trailers in movie collage
This commit is contained in:
parent
efe9bf9b23
commit
ad2d047de5
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
apiClient.getItems(userId, {
|
apiClient.getItems(userId, {
|
||||||
|
|
||||||
SortBy: "random",
|
SortBy: "random",
|
||||||
IncludeItemTypes: "Movie",
|
IncludeItemTypes: "Movie,Trailer",
|
||||||
Limit: 6,
|
Limit: 6,
|
||||||
ImageTypes: "Primary",
|
ImageTypes: "Primary",
|
||||||
Recursive: true
|
Recursive: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue