[PR #148] [MERGED] core API #809

Closed
opened 2026-02-27 20:00:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/148
Author: @awiouy
Created: 2/12/2018
Status: Merged
Merged: 2/13/2018
Merged by: @sashahilton00

Base: masterHead: sisyphus


📝 Commits (9)

📊 Changes

16 files changed (+112 additions, -108 deletions)

View changed files

📝 Cargo.lock (+11 -4)
📝 audio/src/fetch.rs (+2 -2)
📝 connect/src/spirc.rs (+2 -1)
📝 core/src/audio_key.rs (+1 -1)
📝 core/src/cache.rs (+1 -1)
📝 core/src/component.rs (+4 -4)
📝 core/src/lib.rs (+1 -0)
📝 core/src/mercury/mod.rs (+1 -1)
📝 core/src/session.rs (+4 -4)
📝 core/src/spotify_id.rs (+0 -0)
📝 core/src/util/mod.rs (+0 -28)
📝 examples/play.rs (+1 -1)
📝 metadata/src/cover.rs (+1 -1)
📝 metadata/src/lib.rs (+82 -59)
metadata/src/metadata.rs (+0 -0)
📝 playback/src/player.rs (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/librespot-org/librespot/pull/148 **Author:** [@awiouy](https://github.com/awiouy) **Created:** 2/12/2018 **Status:** ✅ Merged **Merged:** 2/13/2018 **Merged by:** [@sashahilton00](https://github.com/sashahilton00) **Base:** `master` ← **Head:** `sisyphus` --- ### 📝 Commits (9) - [`1324149`](https://github.com/librespot-org/librespot/commit/13241496abaad09e9b9f1124c8d05cdb1fda6ef1) Cargo.lock - [`0fd398e`](https://github.com/librespot-org/librespot/commit/0fd398e34db561a96a64958e7561f2e0f4981d49) core API: SessionData - [`aed4fe3`](https://github.com/librespot-org/librespot/commit/aed4fe32d855be0ac6f0d709d725d6ea08043f11) core API: SessionInternal - [`6a9084b`](https://github.com/librespot-org/librespot/commit/6a9084b00c83268e6389a2359e10f1dbc05c620e) core API: Lazy - [`4c2b641`](https://github.com/librespot-org/librespot/commit/4c2b641cadb4adcf1b15ac03e2d94f394c4f135a) core API: move spotify_id to lib.rs - [`ea59736`](https://github.com/librespot-org/librespot/commit/ea597361ff4617a1bb2b7390574b447ccbf26c7b) core API: component.new() - [`0ed4fb1`](https://github.com/librespot-org/librespot/commit/0ed4fb1c68e1d682039b9899d6a4bd1e824c69b4) core API: MercuryManager.request() - [`edbe00c`](https://github.com/librespot-org/librespot/commit/edbe00c62b610d4b84c811a8efce105c3d01422e) core API: move StrChunks* to metadata - [`a427c83`](https://github.com/librespot-org/librespot/commit/a427c8316b39b806ea70ee795265de48e98dac68) metadata.rs is empty ### 📊 Changes **16 files changed** (+112 additions, -108 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+11 -4) 📝 `audio/src/fetch.rs` (+2 -2) 📝 `connect/src/spirc.rs` (+2 -1) 📝 `core/src/audio_key.rs` (+1 -1) 📝 `core/src/cache.rs` (+1 -1) 📝 `core/src/component.rs` (+4 -4) 📝 `core/src/lib.rs` (+1 -0) 📝 `core/src/mercury/mod.rs` (+1 -1) 📝 `core/src/session.rs` (+4 -4) 📝 `core/src/spotify_id.rs` (+0 -0) 📝 `core/src/util/mod.rs` (+0 -28) 📝 `examples/play.rs` (+1 -1) 📝 `metadata/src/cover.rs` (+1 -1) 📝 `metadata/src/lib.rs` (+82 -59) ➖ `metadata/src/metadata.rs` (+0 -0) 📝 `playback/src/player.rs` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:00:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot#809
No description provided.