[PR #218] [MERGED] Various fixes #226

Closed
opened 2026-05-22 22:04:21 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/mpd-discord-rpc/pull/218
Author: @JakeStanger
Created: 6/22/2025
Status: Merged
Merged: 6/22/2025
Merged by: @JakeStanger

Base: masterHead: fix/various


📝 Commits (7)

  • 5c2142c chore: remove unused deps
  • d6087a6 chore: set to rust 2024 edition
  • cbb9e4a build: fix missing universal-config save feature
  • f395b30 fix: error if song title is one char long
  • 865621c fix: not sending ready event on connect
  • 7492825 chore(intellij): update config
  • e759103 refactor: reduce idle check time to 3 seconds

📊 Changes

5 files changed (+44 additions, -138 deletions)

View changed files

📝 .idea/runConfigurations/Run.xml (+4 -3)
📝 Cargo.lock (+14 -115)
📝 Cargo.toml (+2 -5)
📝 src/album_art.rs (+1 -1)
📝 src/main.rs (+23 -14)

📄 Description

Small cleanup and fixes some recent issues. Details in commits


🔄 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/JakeStanger/mpd-discord-rpc/pull/218 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 6/22/2025 **Status:** ✅ Merged **Merged:** 6/22/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/various` --- ### 📝 Commits (7) - [`5c2142c`](https://github.com/JakeStanger/mpd-discord-rpc/commit/5c2142c86de75628220b74ab5c98ba0bd142c98e) chore: remove unused deps - [`d6087a6`](https://github.com/JakeStanger/mpd-discord-rpc/commit/d6087a6f0817b442ab57400d66bfb7a9475468de) chore: set to rust 2024 edition - [`cbb9e4a`](https://github.com/JakeStanger/mpd-discord-rpc/commit/cbb9e4a6414694c4d1fce512abf4d7676d03e6f5) build: fix missing `universal-config` save feature - [`f395b30`](https://github.com/JakeStanger/mpd-discord-rpc/commit/f395b30f75a51a9d8ec131981f170e31f15f7313) fix: error if song title is one char long - [`865621c`](https://github.com/JakeStanger/mpd-discord-rpc/commit/865621c3a221dca9a7db231a51811b3c413bbd65) fix: not sending ready event on connect - [`7492825`](https://github.com/JakeStanger/mpd-discord-rpc/commit/7492825b9f3b5bda5e75353a3ed16fe0cf5bd1a0) chore(intellij): update config - [`e759103`](https://github.com/JakeStanger/mpd-discord-rpc/commit/e7591037792cb6db220d46afa0076319ce3820f6) refactor: reduce idle check time to 3 seconds ### 📊 Changes **5 files changed** (+44 additions, -138 deletions) <details> <summary>View changed files</summary> 📝 `.idea/runConfigurations/Run.xml` (+4 -3) 📝 `Cargo.lock` (+14 -115) 📝 `Cargo.toml` (+2 -5) 📝 `src/album_art.rs` (+1 -1) 📝 `src/main.rs` (+23 -14) </details> ### 📄 Description Small cleanup and fixes some recent issues. Details in commits --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:04:21 +01: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
JakeStanger/mpd-discord-rpc#226
No description provided.