mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: handle potential undefined URL in infoHash extraction
This commit is contained in:
@@ -323,7 +323,7 @@ export class BaseWrapper {
|
||||
indexer,
|
||||
stream.duration,
|
||||
stream.personal,
|
||||
stream.infoHash || this.extractInfoHash(stream.url)
|
||||
stream.infoHash || this.extractInfoHash(stream.url || '')
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user