feat: shows related to artists; related artists; books etc
This commit is contained in:
parent
5376095860
commit
8e47d3cea9
11 changed files with 56 additions and 16 deletions
|
@ -179,7 +179,7 @@ export const albumReleasesCalendar = (collection) => {
|
|||
url: album.url,
|
||||
uid: `${date.toFormat('yyyyMMdd')}-${album.artist}-${album.title}@coryd.dev`,
|
||||
timestamp: DateTime.now().toUTC().toFormat("yyyyMMdd'T'HHmmss'Z'")
|
||||
};
|
||||
}
|
||||
}).filter(event => event !== null)
|
||||
|
||||
const { error, value } = ics.createEvents(events)
|
||||
|
|
Reference in a new issue