mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-09 07:14:52 +02:00
Add:Hide series from home page option #919
This commit is contained in:
@ -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],
|
||||
|
Reference in New Issue
Block a user