[PR #137] [MERGED] core API #801

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

📋 Pull Request Information

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

Base: masterHead: core_API


📝 Commits (8)

  • a8bb696 core API: MercurySender::new
  • 72cef9a core API: Session.config()
  • ae85e69 core API: Session.weak()
  • 55f27a9 core API: SessionWeak.try_upgrade(), SessionWeak.upgrade()
  • 7788283 core API: move now_ms to spirc.rs
  • d7fa146 core API: move mkdir_existing to cache.rs
  • 496a802 core API: move subfile.rs to player.rs
  • a35edc6 core API: move run_program to player.rs

📊 Changes

7 files changed (+84 additions, -86 deletions)

View changed files

📝 core/src/cache.rs (+16 -3)
📝 core/src/mercury/sender.rs (+1 -1)
📝 core/src/session.rs (+4 -4)
📝 core/src/util/mod.rs (+0 -35)
core/src/util/subfile.rs (+0 -38)
📝 playback/src/player.rs (+53 -4)
📝 src/spirc.rs (+10 -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/137 **Author:** [@awiouy](https://github.com/awiouy) **Created:** 2/10/2018 **Status:** ✅ Merged **Merged:** 2/10/2018 **Merged by:** [@sashahilton00](https://github.com/sashahilton00) **Base:** `master` ← **Head:** `core_API` --- ### 📝 Commits (8) - [`a8bb696`](https://github.com/librespot-org/librespot/commit/a8bb696be89476470d90cdc832c8a109b284afe6) core API: MercurySender::new - [`72cef9a`](https://github.com/librespot-org/librespot/commit/72cef9a10c331f4abbcfa0f9fa951276619deaae) core API: Session.config() - [`ae85e69`](https://github.com/librespot-org/librespot/commit/ae85e69aca4ab5eedd3ebbf63164ad30c3202ec9) core API: Session.weak() - [`55f27a9`](https://github.com/librespot-org/librespot/commit/55f27a9e0a26256e725d1c93805c2359ba027fa0) core API: SessionWeak.try_upgrade(), SessionWeak.upgrade() - [`7788283`](https://github.com/librespot-org/librespot/commit/77882836ce32bd475f8fec7d11c476153e551f9d) core API: move now_ms to spirc.rs - [`d7fa146`](https://github.com/librespot-org/librespot/commit/d7fa1464ffd3fc0dc4cabb1442f27be2d5adf17c) core API: move mkdir_existing to cache.rs - [`496a802`](https://github.com/librespot-org/librespot/commit/496a802248af48c1c3ba88e68f9f5bf81a0846ed) core API: move subfile.rs to player.rs - [`a35edc6`](https://github.com/librespot-org/librespot/commit/a35edc6af46a558d1f3325c9d056209713b5ce58) core API: move run_program to player.rs ### 📊 Changes **7 files changed** (+84 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `core/src/cache.rs` (+16 -3) 📝 `core/src/mercury/sender.rs` (+1 -1) 📝 `core/src/session.rs` (+4 -4) 📝 `core/src/util/mod.rs` (+0 -35) ➖ `core/src/util/subfile.rs` (+0 -38) 📝 `playback/src/player.rs` (+53 -4) 📝 `src/spirc.rs` (+10 -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:00 +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#801
No description provided.