Added basic filename copy. Added HTTP helper to q. Fetching all actor release pages from Naughty America. Added various high res network logos.

This commit is contained in:
2020-02-04 00:18:53 +01:00
parent bffa6d2c9e
commit ef602a3a15
42 changed files with 1483 additions and 54 deletions

View File

@@ -2,4 +2,9 @@ export default {
api: {
url: `${window.location.origin}/api`,
},
filename: {
pattern: '{site.name} - {title} ({actors.$n.name}, {date} {shootId})',
separator: ', ',
date: 'DD-MM-YYYY',
},
};

View File

@@ -19,7 +19,7 @@ function initNetworksActions(store, _router) {
slug
url
sites(
orderBy: PRIORITY_DESC,
orderBy: [PRIORITY_DESC, NAME_ASC],
filter: {
enabled: {
equalTo: true,