Compare commits

..

No commits in common. "df4d860d356fe4b081087e658f805058021f9445" and "7372b560b27f7e51ac80144a05a57d41a71fdc6c" have entirely different histories.

3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.207.1",
"version": "1.207.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.207.1",
"version": "1.207.0",
"license": "ISC",
"dependencies": {
"@casl/ability": "^5.2.2",

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.207.1",
"version": "1.207.0",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {

View File

@ -16,7 +16,7 @@ const genderMap = {
};
function getScreenUrl(item, scene) {
if (!scene.dvd?.id || !item?.screenId) {
if (!scene.dvd?.id || !item.screenId) {
return null;
}