forked from DebaucheryLibrarian/traxxx
Fixed reading screen ID from non-existent item in Bang scraper.
This commit is contained in:
@@ -16,7 +16,7 @@ const genderMap = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
function getScreenUrl(item, scene) {
|
function getScreenUrl(item, scene) {
|
||||||
if (!scene.dvd?.id || !item.screenId) {
|
if (!scene.dvd?.id || !item?.screenId) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user