Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with the playlist #145

Open
mir-zjy opened this issue Feb 28, 2024 · 1 comment
Open

Problems with the playlist #145

mir-zjy opened this issue Feb 28, 2024 · 1 comment

Comments

@mir-zjy
Copy link

mir-zjy commented 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.

@mir-zjy mir-zjy changed the title Playlist issu Problems with the playlist Feb 28, 2024
@ShokhrukhbekYuldoshev
Copy link

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,
 );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants