Rename vinyl content directory to music

This commit is contained in:
Yarmo Mackenbach 2020-06-12 21:27:08 +02:00
parent 75f45d52b0
commit 08b54ff328
2 changed files with 2 additions and 2 deletions

View File

@ -61,4 +61,4 @@ albums:
title: Guardians Of The Galaxy Vol. 1 OST
- year: 2008
artist: Volbeat
title: Guitar Gangsters & Cadillac Blood
title: Guitar Gangsters & Cadillac Blood

View File

@ -161,7 +161,7 @@ function getFOSS() {
}
function getVinyl() {
return Yaml::parseFile('content/vinyl/vinyl.yaml');
return Yaml::parseFile('content/music/vinyl.yaml');
}
function getRSS($params) {