Added category hopefully novelupdates will auto pickup now
This commit is contained in:
parent
56f871f603
commit
2e876265b4
@ -19,8 +19,9 @@ export async function GET(){
|
||||
|
||||
data.forEach((chapter: Chapter) => {
|
||||
feed.item({
|
||||
title: chapter.book?.title + " c" + chapter.number,
|
||||
title: chapter.book?.title + ": c" + chapter.number,
|
||||
description: "Daily chapter release for " + chapter.book?.title,
|
||||
categories: [chapter.book?.title || "Unknown"],
|
||||
url: `${BASE_URL}/books/${chapter.book?.documentId}/chapters/${chapter.documentId}`,
|
||||
date: chapter.release_datetime,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user