More consistent naming

This commit is contained in:
Lynn Smeria 2018-08-29 15:48:15 +02:00
parent af52557429
commit 03508e73b9
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "publikator", "name": "publikator",
"version": "0.14.0", "version": "0.15.0",
"main": "index.js", "main": "index.js",
"repository": "https://github.com/aengl/publikator.git", "repository": "https://github.com/aengl/publikator.git",
"author": "Lynn Smeria <ae@cephea.de>", "author": "Lynn Smeria <ae@cephea.de>",

View file

@ -91,8 +91,8 @@ module.exports = {
{}, {},
{ {
path: newPath, path: newPath,
audio_url: `/assets/albums/${folderName}/${fileName}`, audio: `/assets/albums/${folderName}/${fileName}`,
album_slug: folderName, albumSlug: folderName,
slug: stripExtension(fileName), slug: stripExtension(fileName),
}, },
coverPath coverPath