Skip to content

Commit b3438fd

Browse files
committed
fix typings test
1 parent 24e0523 commit b3438fd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/typings/spotify-api-tests.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9898,6 +9898,7 @@ const featuredPlaylists: SpotifyApi.ListOfFeaturedPlaylistsResponse = {
98989898
items: [
98999899
{
99009900
collaborative: false,
9901+
description: null,
99019902
external_urls: {
99029903
spotify:
99039904
'http://open.spotify.com/user/spotify/playlist/16BpjqQV1Ey0HeDueNDSYz'
@@ -9936,6 +9937,7 @@ const featuredPlaylists: SpotifyApi.ListOfFeaturedPlaylistsResponse = {
99369937
},
99379938
{
99389939
collaborative: false,
9940+
description: null,
99399941
external_urls: {
99409942
spotify:
99419943
'http://open.spotify.com/user/spotify/playlist/7nUikuZL4MgIXS43cMpQZE'
@@ -12055,6 +12057,7 @@ const categoryPlaylists: SpotifyApi.CategoryPlaylistsResponse = {
1205512057
items: [
1205612058
{
1205712059
collaborative: false,
12060+
description: null,
1205812061
external_urls: {
1205912062
spotify:
1206012063
'http://open.spotify.com/user/spotifybrazilian/playlist/6U9RHRz1G477YpMNeLy9uI'
@@ -12093,6 +12096,7 @@ const categoryPlaylists: SpotifyApi.CategoryPlaylistsResponse = {
1209312096
},
1209412097
{
1209512098
collaborative: false,
12099+
description: null,
1209612100
external_urls: {
1209712101
spotify:
1209812102
'http://open.spotify.com/user/spotifybrazilian/playlist/4k7EZPI3uKMz4aRRrLVfen'
@@ -13711,6 +13715,7 @@ const searchPlaylists: SpotifyApi.PlaylistSearchResponse = {
1371113715
items: [
1371213716
{
1371313717
collaborative: false,
13718+
description: null,
1371413719
external_urls: {
1371513720
spotify:
1371613721
'http://open.spotify.com/user/twistoffame/playlist/4atqr0nDMUxQFLd09yhk9w'
@@ -13761,6 +13766,7 @@ const searchPlaylists: SpotifyApi.PlaylistSearchResponse = {
1376113766
},
1376213767
{
1376313768
collaborative: false,
13769+
description: null,
1376413770
external_urls: {
1376513771
spotify:
1376613772
'http://open.spotify.com/user/1174077483/playlist/3fAKyVYIkAiinuipRUGJHj'
@@ -14814,6 +14820,7 @@ const usersPlaylists: SpotifyApi.ListOfUsersPlaylistsResponse = {
1481414820
items: [
1481514821
{
1481614822
collaborative: false,
14823+
description: null,
1481714824
external_urls: {
1481814825
spotify:
1481914826
'http://open.spotify.com/user/wizzler/playlist/6yRf9SJ1YiAhNAu7UCwgXQ'
@@ -14852,6 +14859,7 @@ const usersPlaylists: SpotifyApi.ListOfUsersPlaylistsResponse = {
1485214859
},
1485314860
{
1485414861
collaborative: false,
14862+
description: null,
1485514863
external_urls: {
1485614864
spotify:
1485714865
'http://open.spotify.com/user/wizzler/playlist/3FJd21jWvCjGCLx7eKrext'
@@ -14907,6 +14915,7 @@ const currentUsersPlaylists: SpotifyApi.ListOfUsersPlaylistsResponse = {
1490714915
items: [
1490814916
{
1490914917
collaborative: false,
14918+
description: null,
1491014919
external_urls: {
1491114920
spotify:
1491214921
'http://open.spotify.com/user/wizzler/playlist/6yRf9SJ1YiAhNAu7UCwgXQ'
@@ -14945,6 +14954,7 @@ const currentUsersPlaylists: SpotifyApi.ListOfUsersPlaylistsResponse = {
1494514954
},
1494614955
{
1494714956
collaborative: false,
14957+
description: null,
1494814958
external_urls: {
1494914959
spotify:
1495014960
'http://open.spotify.com/user/wizzler/playlist/3FJd21jWvCjGCLx7eKrext'

0 commit comments

Comments
 (0)