mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 14:14:06 +00:00
ocd formatting, changed user object, retrieve user ID
This commit is contained in:
@@ -9,14 +9,11 @@
|
||||
*
|
||||
* @typedef {{
|
||||
* display_name: string,
|
||||
* uri: string,
|
||||
* id: string
|
||||
* }} PlaylistOwner
|
||||
* }} User
|
||||
*
|
||||
* @typedef {{
|
||||
* name: string,
|
||||
* description: string,
|
||||
* owner: PlaylistOwner,
|
||||
* id: string,
|
||||
* }} SimplifiedPlaylist
|
||||
*
|
||||
@@ -45,7 +42,7 @@
|
||||
* uri: string,
|
||||
* name: string,
|
||||
* description: string,
|
||||
* owner: PlaylistOwner,
|
||||
* owner: User,
|
||||
* followers: {
|
||||
* total: number
|
||||
* },
|
||||
|
||||
Reference in New Issue
Block a user