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

Merge pull request #417 from Abbe98/favorite-books

add favorite books section to favorite tab
This commit is contained in:
dkanada 2019-09-08 15:28:39 -07:00 committed by GitHub
commit 342267cf92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
}]
}