[PR #33] [MERGED] Fix/missing tag error #1130

Closed
opened 2026-05-23 01:58:31 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/mpd-discord-rpc/pull/33
Author: @JakeStanger
Created: 1/21/2023
Status: Merged
Merged: 1/21/2023
Merged by: @JakeStanger

Base: masterHead: fix/missing-tag-error


📝 Commits (6)

  • 8df586c chore(intellij): run configs
  • 66adc72 feat: (hopefully) better error messages
  • 7f97c23 fix: error when track missing tags
  • 7e19e7c build: update deps
  • b478c56 build: fix import errors
  • 0118514 chore: update lockfile

📊 Changes

10 files changed (+77 additions, -64 deletions)

View changed files

.idea/runConfigurations/Clippy.xml (+19 -0)
.idea/runConfigurations/Format.xml (+19 -0)
.idea/runConfigurations/Run.xml (+19 -0)
.idea/shelf/Uncommitted_changes_before_Checkout_at_19_06_2022,_17_07_[Default_Changelist]/shelved.patch (+0 -18)
.idea/shelf/Uncommitted_changes_before_Checkout_at_19_06_2022__17_07__Default_Changelist_.xml (+0 -4)
📝 Cargo.lock (+5 -30)
📝 Cargo.toml (+1 -1)
📝 src/album_art.rs (+2 -2)
📝 src/main.rs (+2 -2)
📝 src/mpd_conn.rs (+10 -7)

📄 Description

Fixes #24


🔄 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/33 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 1/21/2023 **Status:** ✅ Merged **Merged:** 1/21/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/missing-tag-error` --- ### 📝 Commits (6) - [`8df586c`](https://github.com/JakeStanger/mpd-discord-rpc/commit/8df586c5c58e30f36c838805516b2649042f3525) chore(intellij): run configs - [`66adc72`](https://github.com/JakeStanger/mpd-discord-rpc/commit/66adc7288b9b5894e121d8b08300704709211498) feat: (hopefully) better error messages - [`7f97c23`](https://github.com/JakeStanger/mpd-discord-rpc/commit/7f97c23a827bfb113d38cf97fbdf7c51128e8229) fix: error when track missing tags - [`7e19e7c`](https://github.com/JakeStanger/mpd-discord-rpc/commit/7e19e7ca0d763e57dbf9aea306a61ee044ad2841) build: update deps - [`b478c56`](https://github.com/JakeStanger/mpd-discord-rpc/commit/b478c560c44a706de103804606be9216f788ace4) build: fix import errors - [`0118514`](https://github.com/JakeStanger/mpd-discord-rpc/commit/0118514c95643d384d2f3b7c769e3c6fe7195738) chore: update lockfile ### 📊 Changes **10 files changed** (+77 additions, -64 deletions) <details> <summary>View changed files</summary> ➕ `.idea/runConfigurations/Clippy.xml` (+19 -0) ➕ `.idea/runConfigurations/Format.xml` (+19 -0) ➕ `.idea/runConfigurations/Run.xml` (+19 -0) ➖ `.idea/shelf/Uncommitted_changes_before_Checkout_at_19_06_2022,_17_07_[Default_Changelist]/shelved.patch` (+0 -18) ➖ `.idea/shelf/Uncommitted_changes_before_Checkout_at_19_06_2022__17_07__Default_Changelist_.xml` (+0 -4) 📝 `Cargo.lock` (+5 -30) 📝 `Cargo.toml` (+1 -1) 📝 `src/album_art.rs` (+2 -2) 📝 `src/main.rs` (+2 -2) 📝 `src/mpd_conn.rs` (+10 -7) </details> ### 📄 Description Fixes #24 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 01:58:31 +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#1130
No description provided.