Skip to content

Commit

Permalink
Fix param
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLarsenNZ committed Aug 10, 2019
1 parent d460700 commit b0ad526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpotifyApi.NetCore/AlbumsApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public async Task<SearchResult> SearchAlbums(
market: market,
limit: limit,
offset: offset,
accessToken);
accessToken: accessToken);

#endregion
}
Expand Down

0 comments on commit b0ad526

Please sign in to comment.