Skip to content

Commit

Permalink
Package: Fix for on_audio_query
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Aug 8, 2023
1 parent c8b902c commit b1af444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ class OnAudioQuery {
///
/// See more about [platforms support](https://github.com/LucJosin/on_audio_query/blob/main/PLATFORMS.md)
Future<bool> renamePlaylist(int playlistId, String newName) async {
return renamePlaylist(playlistId, newName);
return platform.renamePlaylist(playlistId, newName);
}

// Permissions methods
Expand Down

0 comments on commit b1af444

Please sign in to comment.