diff --git a/lib/parser/contents/classes/MusicResponsiveListItem.js b/lib/parser/contents/classes/MusicResponsiveListItem.js index 91ac3bb3..f211be3f 100644 --- a/lib/parser/contents/classes/MusicResponsiveListItem.js +++ b/lib/parser/contents/classes/MusicResponsiveListItem.js @@ -73,7 +73,7 @@ class MusicResponsiveListItem { const duration_text = this.#flex_columns[1].title.runs?.find( (run) => /^\d+$/.test(run.text.replace(/:/g, '')))?.text || - this.#fixed_columns[0].title.text; + this.#fixed_columns?.[0]?.title?.text; duration_text && (this.duration = { text: duration_text,