Compare commits
2 Commits
2bd02a80a6
...
696eb9a9d0
Author | SHA1 | Date |
---|---|---|
|
696eb9a9d0 | |
|
45badad8f8 |
|
@ -62,6 +62,11 @@ function initReleasesActions(store, router) {
|
||||||
first: $limit
|
first: $limit
|
||||||
offset: $offset
|
offset: $offset
|
||||||
orderBy: DATE_DESC
|
orderBy: DATE_DESC
|
||||||
|
filter: {
|
||||||
|
date: {
|
||||||
|
isNull: false
|
||||||
|
}
|
||||||
|
}
|
||||||
) {
|
) {
|
||||||
movies: nodes {
|
movies: nodes {
|
||||||
id
|
id
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.161.6",
|
"version": "1.161.7",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.161.6",
|
"version": "1.161.7",
|
||||||
"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