New Commit

This commit is contained in:
mrcanelas
2021-09-10 13:45:59 -03:00
committed by TheBeastLT
parent ae9baeb2dd
commit 0ccb65391a
19 changed files with 1905 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ async function parseSeriesFiles(torrent, parsedName, metadata) {
.then(videos => videos
.reduce((a, b) => a.concat(b), [])
.map(video => isFeaturette(video) ? clearInfoFields(video) : video))
return { contents, videos: parsedVideos, subtitles };
}