Fixed: Queued downloads not showing on episodes properly
This commit is contained in:
parent
de3cb07c57
commit
264286dcf1
|
@ -10,11 +10,7 @@ function createQueueItemSelector() {
|
||||||
}
|
}
|
||||||
|
|
||||||
return details.find((item) => {
|
return details.find((item) => {
|
||||||
if (item.episode) {
|
return item.episodeId === episodeId;
|
||||||
return item.episode.id === episodeId;
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue