From f04932a838cfb87c2d7d7270b8e964faf2a7bfca Mon Sep 17 00:00:00 2001 From: Hayri Bakici <3295340+hayribakici@users.noreply.github.com> Date: Fri, 7 Apr 2023 12:34:32 +0200 Subject: [PATCH] Update playlists.dart fixing doc comment --- lib/src/endpoints/playlists.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/endpoints/playlists.dart b/lib/src/endpoints/playlists.dart index fbb4aa0..35f55ea 100644 --- a/lib/src/endpoints/playlists.dart +++ b/lib/src/endpoints/playlists.dart @@ -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 removeTrack(String trackUri, String playlistId, [List? positions]) async {