diff options
Diffstat (limited to 'src/urls-default.yaml')
| -rw-r--r-- | src/urls-default.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/urls-default.yaml b/src/urls-default.yaml index b88b7286..e67bce39 100644 --- a/src/urls-default.yaml +++ b/src/urls-default.yaml @@ -68,6 +68,12 @@ localized: trackReferencedArtworks: 'track/<>/referenced-art/' trackReferencingArtworks: 'track/<>/referencing-art/' + vgmAlbum: 'vgm-album/<>/' + vgmAlbumCommentary: 'commentary/vgm-album/<>/' + vgmAlbumGallery: 'vgm-album/<>/gallery/' + vgmAlbumReferencedArtworks: 'vgm-album/<>/referenced-art/' + vgmAlbumReferencingArtworks: 'vgm-album/<>/referencing-art/' + # This gets automatically switched in place when working from # a baseDirectory, so it should never be referenced manually. # It's also filled in externally to this YAML spec. |