mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #366] [CLOSED] Fix nightly #891
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#891
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/366
Author: @HEnquist
Created: 8/29/2019
Status: ❌ Closed
Base:
master← Head:fixnightly📝 Commits (10+)
2688247Add basic support for playlists95cd3e1Fix checskums in protocol files list5ba86f0Use new hm endpoint for playlists8c4dbd4Remove unused code from example01b862cRemove unused code from metadata lib7226fa4Make standard metadata get handle also playlistsa56f581Clean up playlist example7242328Some more cleaningddfe938Remove forgotten println8e626b0Add basic support for playlists📊 Changes
23 files changed (+11424 additions, -46 deletions)
View changed files
📝
audio/src/decrypt.rs(+1 -1)📝
audio/src/fetch.rs(+3 -3)📝
audio/src/lib.rs(+1 -1)📝
connect/src/context.rs(+1 -1)📝
connect/src/discovery.rs(+4 -4)📝
connect/src/lib.rs(+1 -1)📝
connect/src/spirc.rs(+7 -7)📝
examples/play.rs(+4 -4)➕
examples/playlist_tracks.rs(+49 -0)📝
metadata/src/cover.rs(+3 -3)📝
metadata/src/lib.rs(+49 -12)📝
playback/src/lib.rs(+1 -1)📝
playback/src/player.rs(+2 -2)📝
protocol/files.rs(+5 -0)📝
protocol/proto/playlist4changes.proto(+1 -0)📝
protocol/src/lib.rs(+5 -0)➕
protocol/src/playlist4changes.rs(+3618 -0)➕
protocol/src/playlist4content.rs(+1457 -0)➕
protocol/src/playlist4issues.rs(+761 -0)➕
protocol/src/playlist4meta.rs(+2074 -0)...and 3 more files
📄 Description
The nightly build is failing because librespot overwrites the "core" crate. This PR fixes this by removing this alias and just using the full name "librespot_core".
It also includes the changes in https://github.com/librespot-org/librespot/pull/361 and should probably not be merged before that one.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.