Rename url
to audio_url
This commit is contained in:
parent
d0a7696b80
commit
645c0a5daf
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "publikator",
|
||||
"version": "0.12.0",
|
||||
"version": "0.13.0",
|
||||
"main": "index.js",
|
||||
"repository": "https://github.com/aengl/publikator.git",
|
||||
"author": "Lynn Smeria <ae@cephea.de>",
|
||||
|
|
|
@ -91,7 +91,7 @@ module.exports = {
|
|||
{},
|
||||
{
|
||||
path: newPath,
|
||||
url: `/assets/albums/${folderName}/${fileName}`,
|
||||
audio_url: `/assets/albums/${folderName}/${fileName}`,
|
||||
slug: stripExtension(fileName),
|
||||
},
|
||||
coverPath
|
||||
|
|
Loading…
Reference in a new issue