Compare commits
No commits in common. "042d3be4a96dae4e7a930654c6b816c1df7d1cb9" and "84c59bd05a08132a9d9e9e2a988e780386db664b" have entirely different histories.
042d3be4a9
...
84c59bd05a
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue