Skip to content

Commit

Permalink
Update playlists.dart
Browse files Browse the repository at this point in the history
fixing doc comment
  • Loading branch information
hayribakici authored and rinukkusu committed Apr 7, 2023
1 parent 9953eb0 commit f04932a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/endpoints/playlists.dart
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class Playlists extends EndpointPaging {

/// Removes a track with [trackUri] in the playlist with [playlistId]
///
/// [trackUris] - the Spotify track uris
/// [trackUri] - the Spotify track uri
/// (i.e each list item in the format of "spotify:track:4iV5W9uYEdYUVa79Axb7Rh")
Future<void> removeTrack(String trackUri, String playlistId,
[List<int>? positions]) async {
Expand Down

0 comments on commit f04932a

Please sign in to comment.