diff options
Diffstat (limited to 'src/content/dependencies/linkAlbumCommentary.js')
-rw-r--r-- | src/content/dependencies/linkAlbumCommentary.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/content/dependencies/linkAlbumCommentary.js b/src/content/dependencies/linkAlbumCommentary.js index ab519fd6..f1917345 100644 --- a/src/content/dependencies/linkAlbumCommentary.js +++ b/src/content/dependencies/linkAlbumCommentary.js @@ -1,6 +1,4 @@ export default { - contentDependencies: ['linkThing'], - relations: (relation, album) => ({link: relation('linkThing', 'localized.albumCommentary', album)}), |