mirror of
https://github.com/apricote/Listory.git
synced 2026-02-08 02:37:03 +00:00
feat: top genres report
This commit is contained in:
parent
62119d44b0
commit
a0c28e2324
21 changed files with 317 additions and 104 deletions
|
|
@ -36,6 +36,7 @@ export class MusicLibraryService {
|
|||
const artist = this.artistRepository.create();
|
||||
|
||||
artist.name = data.name;
|
||||
artist.genres = data.genres;
|
||||
artist.spotify = data.spotify;
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue