mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
New Commit
This commit is contained in:
@@ -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 };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user