mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
possible fix for href problem
This commit is contained in:
parent
62802dd213
commit
bc1038e3e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1195,7 +1195,7 @@ export default class Crunchy implements ServiceClass {
|
|||
image: images[Math.floor(images.length / 2)].source
|
||||
};
|
||||
// Check for streams_link and update playback var if needed
|
||||
if (item.__links__?.streams.href) {
|
||||
if (item.__links__?.streams?.href) {
|
||||
epMeta.data[0].playback = item.__links__.streams.href;
|
||||
if(!item.playback) {
|
||||
item.playback = item.__links__.streams.href;
|
||||
|
|
|
|||
Loading…
Reference in a new issue