[PR #144] [MERGED] Awiouy core api #805

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

📋 Pull Request Information

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

Base: masterHead: awiouy-core_API


📝 Commits (4)

  • 191caca core API: move Bitrate and PlayerConfig from core to playback
  • d900134 connect: discovery and spirc
  • b7c32e9 rustfmt: connect
  • 90ae9d7 Fix conflicts from PR #143

📊 Changes

15 files changed (+194 additions, -161 deletions)

View changed files

📝 Cargo.lock (+21 -18)
📝 Cargo.toml (+3 -4)
📝 connect/Cargo.toml (+9 -1)
📝 connect/build.rs (+0 -1)
📝 connect/src/discovery.rs (+60 -45)
📝 connect/src/lib.in.rs (+0 -0)
📝 connect/src/lib.rs (+8 -2)
📝 connect/src/spirc.rs (+42 -37)
📝 core/src/config.rs (+0 -42)
📝 examples/play.rs (+1 -1)
playback/src/config.rs (+43 -0)
📝 playback/src/lib.rs (+1 -0)
📝 playback/src/player.rs (+1 -1)
📝 src/lib.rs (+1 -6)
📝 src/main.rs (+4 -3)

📄 Description

Fixed conflicts in #143 caused by merging of #111. Closes #143.


🔄 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/144 **Author:** [@sashahilton00](https://github.com/sashahilton00) **Created:** 2/12/2018 **Status:** ✅ Merged **Merged:** 2/12/2018 **Merged by:** [@sashahilton00](https://github.com/sashahilton00) **Base:** `master` ← **Head:** `awiouy-core_API` --- ### 📝 Commits (4) - [`191caca`](https://github.com/librespot-org/librespot/commit/191caca51831c1707f709033bb1d19f5b441c1f3) core API: move Bitrate and PlayerConfig from core to playback - [`d900134`](https://github.com/librespot-org/librespot/commit/d900134114d9ab9f71645fecf07f806496770b91) connect: discovery and spirc - [`b7c32e9`](https://github.com/librespot-org/librespot/commit/b7c32e9d6de7e20b8249b9f5aa98ac83cdbb9c94) rustfmt: connect - [`90ae9d7`](https://github.com/librespot-org/librespot/commit/90ae9d713d3d6886a255c96ccff32deb35b11839) Fix conflicts from PR #143 ### 📊 Changes **15 files changed** (+194 additions, -161 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+21 -18) 📝 `Cargo.toml` (+3 -4) 📝 `connect/Cargo.toml` (+9 -1) 📝 `connect/build.rs` (+0 -1) 📝 `connect/src/discovery.rs` (+60 -45) 📝 `connect/src/lib.in.rs` (+0 -0) 📝 `connect/src/lib.rs` (+8 -2) 📝 `connect/src/spirc.rs` (+42 -37) 📝 `core/src/config.rs` (+0 -42) 📝 `examples/play.rs` (+1 -1) ➕ `playback/src/config.rs` (+43 -0) 📝 `playback/src/lib.rs` (+1 -0) 📝 `playback/src/player.rs` (+1 -1) 📝 `src/lib.rs` (+1 -6) 📝 `src/main.rs` (+4 -3) </details> ### 📄 Description Fixed conflicts in #143 caused by merging of #111. Closes #143. --- <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:01 +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#805
No description provided.