mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #1040] [MERGED] Return iterators instead of collected vecs #1205
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#1205
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/librespot-org/librespot/pull/1040
Author: @dnlmlr
Created: 8/3/2022
Status: ✅ Merged
Merged: 8/3/2022
Merged by: @roderickvd
Base:
dev← Head:metadata-iterators-instead-of-vecs📝 Commits (1)
176a47fReturn iterators instead of collected vecs📊 Changes
4 files changed (+11 additions, -26 deletions)
View changed files
📝
examples/playlist_tracks.rs(+1 -1)📝
metadata/src/album.rs(+2 -7)📝
metadata/src/artist.rs(+6 -11)📝
metadata/src/playlist/list.rs(+2 -7)📄 Description
SpotifyIdsince that is a bit more versatile. Especially if at some point in the Track ids would get replaced by non Copy types like actual Tracks. Something like that was done withArtistsin #1018 . If this is not desired it will of course be changed🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.