on_audio_query icon indicating copy to clipboard operation
on_audio_query copied to clipboard

queryAudiosFrom() changing id

Open ShokhrukhbekYuldoshev opened this issue 10 months ago • 0 comments

var songs = await _audioQuery.queryAudiosFrom(
      AudiosFromType.PLAYLIST,
      playlistId,
 );

queryAudiosFrom changing song's id and _uri. ID probably returning index of the song in the playlist.

ShokhrukhbekYuldoshev avatar Apr 12 '24 02:04 ShokhrukhbekYuldoshev