Marked Blake Mason as independent channel, fixes logo.
This commit is contained in:
parent
16ca21d597
commit
9e0fc34486
|
|
@ -1396,6 +1396,7 @@ exports.up = async (knex) => {
|
||||||
{ subject: 'actor', action: 'create' },
|
{ subject: 'actor', action: 'create' },
|
||||||
{ subject: 'actor', action: 'update' },
|
{ subject: 'actor', action: 'update' },
|
||||||
{ subject: 'actor', action: 'delete' },
|
{ subject: 'actor', action: 'delete' },
|
||||||
|
{ plainUrls: true },
|
||||||
]),
|
]),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -4113,6 +4113,7 @@ const sites = [
|
||||||
parent: 'evilangel',
|
parent: 'evilangel',
|
||||||
parameters: {
|
parameters: {
|
||||||
filterExclusive: false,
|
filterExclusive: false,
|
||||||
|
scene: 'https://www.evilangel.com/en/video/evilangel',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -5748,6 +5749,7 @@ const sites = [
|
||||||
name: 'Blake Mason',
|
name: 'Blake Mason',
|
||||||
slug: 'blakemason',
|
slug: 'blakemason',
|
||||||
url: 'https://www.blakemason.com',
|
url: 'https://www.blakemason.com',
|
||||||
|
independent: true,
|
||||||
tags: ['gay'],
|
tags: ['gay'],
|
||||||
},
|
},
|
||||||
// INN OF SIN
|
// INN OF SIN
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue