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) {
|
||||
if (!scene.dvd?.id || !item.screenId) {
|
||||
if (!scene.dvd?.id || !item?.screenId) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user