diff --git a/source/plugins/anilist/index.mjs b/source/plugins/anilist/index.mjs
index f1e7bb01..f7cc784c 100644
--- a/source/plugins/anilist/index.mjs
+++ b/source/plugins/anilist/index.mjs
@@ -143,7 +143,7 @@ async function format({media, imports}) {
release,
genres,
progress,
- description: description.replace(/
/g, " "),
+ description: description?.replace(/
/g, " ") ?? "",
scores: {user: userScore, community: averageScore},
released: type === "ANIME" ? episodes : chapters,
artwork: await imports.imgb64(artwork),