1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add favorite books section to favorite tab

tmp
This commit is contained in:
Albin Larsson 2019-08-22 13:14:05 +02:00 committed by abbe98
parent 5fda5a8738
commit 8c2f56394f
4 changed files with 12 additions and 0 deletions

View file

@ -108,6 +108,15 @@ define(["appRouter", "cardBuilder", "dom", "globalize", "connectionManager", "ap
overlayMoreButton: !0,
action: "instantmix",
coverImage: !0
}, {
name: "HeaderFavoriteBooks",
types: "Book",
shape: getPosterShape(),
showTitle: true,
showYear: true,
overlayPlayButton: true,
overlayText: false,
centerText: true
}]
}