You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Create a playlist-style listening experience based on seed artists, tracks and genres asynchronously.
572
572
/// </summary>
573
-
/// <param name="artistSeed">A comma separated list of Spotify IDs for seed artists.
573
+
/// <param name="artistSeed">A comma separated list of Spotify IDs for seed artists.
574
574
/// Up to 5 seed values may be provided in any combination of seed_artists, seed_tracks and seed_genres.
575
575
/// </param>
576
576
/// <param name="genreSeed">A comma separated list of any genres in the set of available genre seeds.
@@ -1219,8 +1219,8 @@ public Task<ListResponse<bool>> CheckSavedAlbumsAsync(List<string> ids)
1219
1219
/// <summary>
1220
1220
/// Get the current user’s top tracks based on calculated affinity.
1221
1221
/// </summary>
1222
-
/// <param name="timeRange">Over what time frame the affinities are computed.
1223
-
/// Valid values: long_term (calculated from several years of data and including all new data as it becomes available),
1222
+
/// <param name="timeRange">Over what time frame the affinities are computed.
1223
+
/// Valid values: long_term (calculated from several years of data and including all new data as it becomes available),
1224
1224
/// medium_term (approximately last 6 months), short_term (approximately last 4 weeks). </param>
1225
1225
/// <param name="limit">The number of entities to return. Default: 20. Minimum: 1. Maximum: 50</param>
1226
1226
/// <param name="offest">The index of the first entity to return. Default: 0 (i.e., the first track). Use with limit to get the next set of entities.</param>
@@ -1234,8 +1234,8 @@ public Paging<FullTrack> GetUsersTopTracks(TimeRangeType timeRange = TimeRangeTy
1234
1234
/// <summary>
1235
1235
/// Get the current user’s top tracks based on calculated affinity asynchronously.
1236
1236
/// </summary>
1237
-
/// <param name="timeRange">Over what time frame the affinities are computed.
1238
-
/// Valid values: long_term (calculated from several years of data and including all new data as it becomes available),
1237
+
/// <param name="timeRange">Over what time frame the affinities are computed.
1238
+
/// Valid values: long_term (calculated from several years of data and including all new data as it becomes available),
1239
1239
/// medium_term (approximately last 6 months), short_term (approximately last 4 weeks). </param>
1240
1240
/// <param name="limit">The number of entities to return. Default: 20. Minimum: 1. Maximum: 50</param>
1241
1241
/// <param name="offest">The index of the first entity to return. Default: 0 (i.e., the first track). Use with limit to get the next set of entities.</param>
@@ -1249,8 +1249,8 @@ public Task<Paging<FullTrack>> GetUsersTopTracksAsync(TimeRangeType timeRange =
1249
1249
/// <summary>
1250
1250
/// Get the current user’s top artists based on calculated affinity.
1251
1251
/// </summary>
1252
-
/// <param name="timeRange">Over what time frame the affinities are computed.
1253
-
/// Valid values: long_term (calculated from several years of data and including all new data as it becomes available),
1252
+
/// <param name="timeRange">Over what time frame the affinities are computed.
1253
+
/// Valid values: long_term (calculated from several years of data and including all new data as it becomes available),
1254
1254
/// medium_term (approximately last 6 months), short_term (approximately last 4 weeks). </param>
1255
1255
/// <param name="limit">The number of entities to return. Default: 20. Minimum: 1. Maximum: 50</param>
1256
1256
/// <param name="offest">The index of the first entity to return. Default: 0 (i.e., the first track). Use with limit to get the next set of entities.</param>
@@ -1264,8 +1264,8 @@ public Paging<FullArtist> GetUsersTopArtists(TimeRangeType timeRange = TimeRange
1264
1264
/// <summary>
1265
1265
/// Get the current user’s top artists based on calculated affinity asynchronously.
1266
1266
/// </summary>
1267
-
/// <param name="timeRange">Over what time frame the affinities are computed.
1268
-
/// Valid values: long_term (calculated from several years of data and including all new data as it becomes available),
1267
+
/// <param name="timeRange">Over what time frame the affinities are computed.
1268
+
/// Valid values: long_term (calculated from several years of data and including all new data as it becomes available),
1269
1269
/// medium_term (approximately last 6 months), short_term (approximately last 4 weeks). </param>
1270
1270
/// <param name="limit">The number of entities to return. Default: 20. Minimum: 1. Maximum: 50</param>
1271
1271
/// <param name="offest">The index of the first entity to return. Default: 0 (i.e., the first track). Use with limit to get the next set of entities.</param>
0 commit comments