Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian fc318536aa 1.204.13 2022-01-23 02:46:44 +01:00
DebaucheryLibrarian cd8f690ac6 Preferring network over channel in deep URL channel matching. 2022-01-23 02:46:42 +01:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

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

View File

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

View File

@ -236,7 +236,7 @@ async function fetchReleaseEntities(baseReleases) {
.filter(Boolean),
));
return fetchEntitiesBySlug(entitySlugs);
return fetchEntitiesBySlug(entitySlugs, 'desc');
}
async function fetchEntity(entityId, type) {