diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-05-28 13:39:22 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-05-28 13:39:22 -0300 |
| commit | e036782607ed0e1d43df7f8d4643cc7d7671c359 (patch) | |
| tree | d43721535d93bac885a9d29f85f09a0e02ef96af /src/urls-default.yaml | |
| parent | 75e68aa1c8886e69d63a0e0b365fd6a7c309412c (diff) | |
content, urls, client: /vgm-album/
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. |