Listory/src/reports
Julian Tölle 471f46eb8d fix(api): album&track reports only contain one artist
Albums & Tracks can have multiple artists associated with them, but
the previous SQL queries would only return a randomly-chosen one of them.
2023-03-17 17:37:14 +01:00
..
dto feat: top genres report 2021-11-21 15:53:49 +01:00
interval.d.ts refactor(server): introduce TimePresets for reports 2020-06-01 21:19:50 +02:00
reports.controller.spec.ts test: create initial unit tests 2021-07-18 21:57:38 +02:00
reports.controller.ts fix(api): missing OpenAPI route tags 2022-07-12 20:34:14 +02:00
reports.module.ts refactor: fix import relative paths 2020-09-05 21:07:05 +02:00
reports.service.spec.ts test: create initial unit tests 2021-07-18 21:57:38 +02:00
reports.service.ts fix(api): album&track reports only contain one artist 2023-03-17 17:37:14 +01:00
timeframe.enum.ts feat(api): add listen report endpoint 2020-05-09 19:24:17 +02:00
timePreset.enum.ts refactor(server): introduce TimePresets for reports 2020-06-01 21:19:50 +02:00