ocd formatting, changed user object, retrieve user ID

This commit is contained in:
2024-07-25 09:05:41 +05:30
parent 40cf0c2e2b
commit f067320a7f
21 changed files with 112 additions and 104 deletions

View File

@@ -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
* },