mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-03-11 17:45:30 +00:00
commit
056dff7e57
1 changed files with 2 additions and 1 deletions
|
|
@ -1675,7 +1675,7 @@ export default class Crunchy implements ServiceClass {
|
|||
|
||||
//Make a format more usable for the crunchy chapters
|
||||
for (const chapter in chapterData) {
|
||||
if (typeof chapterData[chapter] == 'object') {
|
||||
if (chapterData[chapter] && typeof chapterData[chapter] == 'object') {
|
||||
chapters.push(chapterData[chapter]);
|
||||
}
|
||||
}
|
||||
|
|
@ -3570,3 +3570,4 @@ export default class Crunchy implements ServiceClass {
|
|||
return episodeList;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue