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

@ -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) {