mirror of
https://github.com/apricote/Listory.git
synced 2026-02-09 03:07:02 +00:00
feat(api): fetch listens from spotify
This commit is contained in:
parent
f253a66f86
commit
f2065d3f1f
54 changed files with 1180 additions and 256 deletions
6
src/music-library/dto/create-artist.dto.ts
Normal file
6
src/music-library/dto/create-artist.dto.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { SpotifyLibraryDetails } from "../../sources/spotify/spotify-library-details.entity";
|
||||
|
||||
export class CreateArtistDto {
|
||||
name: string;
|
||||
spotify?: SpotifyLibraryDetails;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue