enrich metadata for some debrid providers' metas
This commit is contained in:
@@ -147,6 +147,7 @@ async function getItemMeta(itemId, apiKey, ip) {
|
||||
id: `${KEY}:${torrent.id}`,
|
||||
type: Type.OTHER,
|
||||
name: torrent.filename,
|
||||
infoHash: torrent.hash.toLowerCase(),
|
||||
videos: torrent.files
|
||||
.filter(file => file.selected)
|
||||
.filter(file => isVideo(file.path))
|
||||
|
||||
Reference in New Issue
Block a user