By default, hide NSFW videos

This commit is contained in:
Chocobozzz 2020-09-02 14:33:03 +02:00
parent 280b35d753
commit 10bd2983fa
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 1 deletions

View File

@ -225,6 +225,7 @@
width: 100%;
height: 100%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
color: #000;
padding: 0 20px;
}
@ -692,7 +693,7 @@
startDate,
endDate,
nsfw: this.nsfw,
nsfw: this.formNSFW || false,
categoryOneOf: this.formCategoryOneOf ? [ this.formCategoryOneOf ] : undefined,
licenceOneOf: this.formLicenceOneOf ? [ this.formLicenceOneOf ] : undefined,