mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: remove .iso from non video files list
This commit is contained in:
@@ -292,7 +292,9 @@ export async function selectFileInTorrentOrNZB(
|
||||
}
|
||||
|
||||
if (fileScores.length === 0) {
|
||||
logger.warn(`Torrent ${torrentOrNZB.title} had no files selected`);
|
||||
logger.warn(`Torrent ${torrentOrNZB.title} had no files selected`, {
|
||||
files: debridDownload.files.map((f) => f.name),
|
||||
});
|
||||
return undefined;
|
||||
}
|
||||
// Sort by score descending
|
||||
@@ -420,7 +422,6 @@ export function isNotVideoFile(file: DebridFile): boolean {
|
||||
'.bat',
|
||||
'.apk',
|
||||
'.dll',
|
||||
'.iso',
|
||||
'.zip',
|
||||
'.rar',
|
||||
'.7z',
|
||||
|
||||
Reference in New Issue
Block a user