Compare commits
No commits in common. "df4d860d356fe4b081087e658f805058021f9445" and "7372b560b27f7e51ac80144a05a57d41a71fdc6c" have entirely different histories.
df4d860d35
...
7372b560b2
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -16,7 +16,7 @@ const genderMap = {
|
|||
};
|
||||
|
||||
function getScreenUrl(item, scene) {
|
||||
if (!scene.dvd?.id || !item?.screenId) {
|
||||
if (!scene.dvd?.id || !item.screenId) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue