1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

Audio title editing

This commit is contained in:
Fedor Katurov 2020-03-16 16:52:16 +07:00
parent da47da9d6a
commit fff3770b1e
7 changed files with 304 additions and 242 deletions

View file

@ -19,13 +19,14 @@ export const EMPTY_FILE: IFile = {
user_id: null,
node_id: null,
name: 'mario-collage-800x450.jpg',
path: '/wp-content/uploads/2017/09/',
full_path: '/wp-content/uploads/2017/09/mario-collage-800x450.jpg',
url: 'https://cdn.arstechnica.net/wp-content/uploads/2017/09/mario-collage-800x450.jpg',
size: 2400000,
type: 'image',
mime: 'image/jpeg',
name: '',
orig_name: '',
path: '',
full_path: '',
url: '',
size: 0,
type: null,
mime: '',
};
export const EMPTY_UPLOAD_STATUS: IUploadStatus = {