Compare commits

..

No commits in common. "5630b16e99c91d2ce4cd2b1092868da139dd9774" and "9abc1d48ac85baf6101d64a184f9673b53bba289" 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.206.2",
"version": "1.206.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.206.2",
"version": "1.206.1",
"license": "ISC",
"dependencies": {
"@casl/ability": "^5.2.2",

View File

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

View File

@ -828,7 +828,7 @@ async function associateReleaseMedia(releases, type = 'release') {
const media = storedMediasById[baseMedia.id];
const mediaId = media?.use || media?.entry?.id;
if (mediaId) {
if (mediaId && storedMediasById[mediaId]) {
acc.push({
[`${type}_id`]: releaseId,
media_id: mediaId,