Add:Hide series from home page option #919

This commit is contained in:
advplyr 2022-09-27 17:48:45 -05:00
parent 8c32fed911
commit 9ee6eaade9
8 changed files with 114 additions and 9 deletions

View file

@ -417,7 +417,7 @@ module.exports = {
if (!seriesMap[librarySeries.id]) {
const seriesObj = allSeries.find(se => se.id === librarySeries.id)
if (seriesObj) {
if (seriesObj && !seriesObj.hideFromHome) {
var series = {
...seriesObj.toJSON(),
books: [libraryItemJson],