forked from DebaucheryLibrarian/traxxx
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:
@@ -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',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -19,7 +19,7 @@ function initNetworksActions(store, _router) {
|
||||
slug
|
||||
url
|
||||
sites(
|
||||
orderBy: PRIORITY_DESC,
|
||||
orderBy: [PRIORITY_DESC, NAME_ASC],
|
||||
filter: {
|
||||
enabled: {
|
||||
equalTo: true,
|
||||
|
||||
Reference in New Issue
Block a user