blob: 655bf2a0fdeb670a3dc982fa4aec227ffec11ca0 (
plain)
1
2
3
4
5
6
7
8
9
|
export default {
contentDependencies: ['listTracksWithExtra'],
relations: (relation, spec) =>
({page: relation('listTracksWithExtra', spec, 'needsLyrics', 'truthy')}),
generate: (relations) =>
relations.page,
};
|