You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the on_audio_query2.9 version uses the createplaylist method and then adds the song to the created playlist through the addToplaylist method, how to enable the user to click on the playlist and view the previously added song? it is very urgent to find an answer. Thank you.
The text was updated successfully, but these errors were encountered:
mir-zjy
changed the title
Playlist issu
Problems with the playlist
Feb 28, 2024
After the on_audio_query2.9 version uses the createplaylist method and then adds the song to the created playlist through the addToplaylist method, how to enable the user to click on the playlist and view the previously added song? it is very urgent to find an answer. Thank you.
You can use queryAudiosFrom(). But I think it changes the id and the uri of the song, so you need to do some workaround to fix that.
var songs =await _audioQuery.queryAudiosFrom(
AudiosFromType.PLAYLIST,
playlistId,
);
After the on_audio_query2.9 version uses the createplaylist method and then adds the song to the created playlist through the addToplaylist method, how to enable the user to click on the playlist and view the previously added song? it is very urgent to find an answer. Thank you.
The text was updated successfully, but these errors were encountered: