This website requires JavaScript.
Explore
Help
Register
Sign in
apricote
/
Listory
Watch
1
Star
0
Fork
You've already forked Listory
0
mirror of
https://github.com/apricote/Listory.git
synced
2026-02-08 10:47:02 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
eae4df7d06
Listory
/
src
/
music-library
/
dto
/
find-track.dto.ts
7 lines
83 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(api): fetch listens from spotify
2020-02-02 19:21:58 +01:00
export
class
FindTrackDto
{
spotify
:
{
feat: import listens from spotify extended streaming history (#305)
2023-10-01 03:35:02 +02:00
id?
:
string
;
uri?
:
string
;
feat(api): fetch listens from spotify
2020-02-02 19:21:58 +01:00
}
;
}
Reference in a new issue
Copy permalink