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
4 changed files with 12 additions and 0 deletions
+9
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
}]
}