Compare commits
2 Commits
1eb5451060
...
887bc003e6
Author | SHA1 | Date |
---|---|---|
|
887bc003e6 | |
|
2b76dcd15f |
|
@ -51,6 +51,7 @@ function initUiActions(_store, _router) {
|
||||||
name
|
name
|
||||||
url
|
url
|
||||||
type
|
type
|
||||||
|
independent
|
||||||
parent {
|
parent {
|
||||||
id
|
id
|
||||||
slug
|
slug
|
||||||
|
@ -78,6 +79,7 @@ function initUiActions(_store, _router) {
|
||||||
id
|
id
|
||||||
thumbnail
|
thumbnail
|
||||||
lazy
|
lazy
|
||||||
|
isS3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
covers: releasesCovers {
|
covers: releasesCovers {
|
||||||
|
@ -85,6 +87,7 @@ function initUiActions(_store, _router) {
|
||||||
id
|
id
|
||||||
thumbnail
|
thumbnail
|
||||||
lazy
|
lazy
|
||||||
|
isS3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.174.0",
|
"version": "1.174.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "1.174.0",
|
"version": "1.174.1",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@graphile-contrib/pg-order-by-related": "^1.0.0-beta.6",
|
"@graphile-contrib/pg-order-by-related": "^1.0.0-beta.6",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.174.0",
|
"version": "1.174.1",
|
||||||
"description": "All the latest porn releases in one place",
|
"description": "All the latest porn releases in one place",
|
||||||
"main": "src/app.js",
|
"main": "src/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue