add translit titles artists and subtitles
This commit is contained in:
parent
003a598307
commit
7121c06d7b
1 changed files with 3 additions and 0 deletions
|
@ -16,8 +16,11 @@ const Chart = new Schema({
|
||||||
|
|
||||||
const FileSchema = new Schema({
|
const FileSchema = new Schema({
|
||||||
title: {type: String, default: 'unknown'},
|
title: {type: String, default: 'unknown'},
|
||||||
|
titleTranslit: String,
|
||||||
artist: {type: String, default: 'unknown'},
|
artist: {type: String, default: 'unknown'},
|
||||||
|
artistTranslit: String,
|
||||||
subtitle: String,
|
subtitle: String,
|
||||||
|
subtitleTranslit: String,
|
||||||
credit: String,
|
credit: String,
|
||||||
uploader: {type: String, default: '00000000-0000-4000-a000-000000000000'},
|
uploader: {type: String, default: '00000000-0000-4000-a000-000000000000'},
|
||||||
sample: Sample,
|
sample: Sample,
|
||||||
|
|
Loading…
Reference in a new issue