add translit titles artists and subtitles

This commit is contained in:
oat 2020-09-02 17:40:24 +03:00
parent 003a598307
commit 7121c06d7b
Signed by untrusted user who does not match committer: oat
GPG Key ID: DD83A9617A252385
1 changed files with 3 additions and 0 deletions

View File

@ -16,8 +16,11 @@ const Chart = new Schema({
const FileSchema = new Schema({
title: {type: String, default: 'unknown'},
titleTranslit: String,
artist: {type: String, default: 'unknown'},
artistTranslit: String,
subtitle: String,
subtitleTranslit: String,
credit: String,
uploader: {type: String, default: '00000000-0000-4000-a000-000000000000'},
sample: Sample,