Compare commits

..

No commits in common. "042d3be4a96dae4e7a930654c6b816c1df7d1cb9" and "84c59bd05a08132a9d9e9e2a988e780386db664b" have entirely different histories.

3 changed files with 3 additions and 4 deletions

4
package-lock.json generated
View File

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

View File

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

View File

@ -455,7 +455,6 @@ async function addReleaseMedia(medias, release, target) {
const existingMedia = await knex('media')
.where('hash', media.hash)
.orWhere('source', media.source)
.first();
const id = existingMedia?.id || nanoid();