mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #1030] [MERGED] Implement Default trait for vec / hashmap wrappers in metadata #1199
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#1199
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/1030
Author: @dnlmlr
Created: 7/31/2022
Status: ✅ Merged
Merged: 8/1/2022
Merged by: @roderickvd
Base:
dev← Head:metadata-derive-default-on-listwrappers📝 Commits (1)
e7348dbDefault for vec / hashmap wrappers in metadata📊 Changes
18 files changed (+26 additions, -26 deletions)
View changed files
📝
metadata/src/album.rs(+2 -2)📝
metadata/src/artist.rs(+3 -3)📝
metadata/src/audio/file.rs(+1 -1)📝
metadata/src/availability.rs(+1 -1)📝
metadata/src/content_rating.rs(+1 -1)📝
metadata/src/copyright.rs(+1 -1)📝
metadata/src/episode.rs(+1 -1)📝
metadata/src/external_id.rs(+1 -1)📝
metadata/src/image.rs(+2 -2)📝
metadata/src/playlist/attribute.rs(+3 -3)📝
metadata/src/playlist/item.rs(+2 -2)📝
metadata/src/playlist/list.rs(+2 -2)📝
metadata/src/playlist/operation.rs(+1 -1)📝
metadata/src/playlist/permission.rs(+1 -1)📝
metadata/src/restriction.rs(+1 -1)📝
metadata/src/sale_period.rs(+1 -1)📝
metadata/src/track.rs(+1 -1)📝
metadata/src/video.rs(+1 -1)📄 Description
Defaulttrait for the vec / hashmap wrapper types inlibrespot-metadataVec/Hashmap) implement Default, so the wrapper types should as well🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.