[PR #620] [MERGED] cleanup rspotify::model imports #817

Closed
opened 2026-03-02 23:49:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/620
Author: @aome510
Created: 11/30/2024
Status: Merged
Merged: 11/30/2024
Merged by: @aome510

Base: masterHead: cleanup-imports


📝 Commits (4)

  • 6c1a5cc replace rspotify_model with rspotify::model
  • bedc83d cleanup rspotify::model imports
  • 831e447 Merge remote-tracking branch 'origin/master' into cleanup-imports
  • 538f5b7 fix build

📊 Changes

13 files changed (+200 additions, -195 deletions)

View changed files

📝 spotify_player/src/cli/client.rs (+13 -16)
📝 spotify_player/src/client/handlers.rs (+2 -3)
📝 spotify_player/src/client/mod.rs (+82 -68)
📝 spotify_player/src/event/mod.rs (+16 -16)
📝 spotify_player/src/event/popup.rs (+6 -6)
📝 spotify_player/src/event/window.rs (+1 -1)
📝 spotify_player/src/media_control.rs (+2 -3)
📝 spotify_player/src/state/data.rs (+2 -2)
📝 spotify_player/src/state/model.rs (+42 -44)
📝 spotify_player/src/state/player.rs (+9 -11)
📝 spotify_player/src/ui/mod.rs (+4 -4)
📝 spotify_player/src/ui/page.rs (+7 -7)
📝 spotify_player/src/ui/playback.rs (+14 -14)

📄 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/aome510/spotify-player/pull/620 **Author:** [@aome510](https://github.com/aome510) **Created:** 11/30/2024 **Status:** ✅ Merged **Merged:** 11/30/2024 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `cleanup-imports` --- ### 📝 Commits (4) - [`6c1a5cc`](https://github.com/aome510/spotify-player/commit/6c1a5cc70687f9d77eb022cd460587f67939ff27) replace rspotify_model with rspotify::model - [`bedc83d`](https://github.com/aome510/spotify-player/commit/bedc83d8b5998dfaae14ec9d09839d56c68f48b8) cleanup rspotify::model imports - [`831e447`](https://github.com/aome510/spotify-player/commit/831e44759c89a17be123d603560fd814174187f5) Merge remote-tracking branch 'origin/master' into cleanup-imports - [`538f5b7`](https://github.com/aome510/spotify-player/commit/538f5b7ad17429664877c1214697ef74af111d94) fix build ### 📊 Changes **13 files changed** (+200 additions, -195 deletions) <details> <summary>View changed files</summary> 📝 `spotify_player/src/cli/client.rs` (+13 -16) 📝 `spotify_player/src/client/handlers.rs` (+2 -3) 📝 `spotify_player/src/client/mod.rs` (+82 -68) 📝 `spotify_player/src/event/mod.rs` (+16 -16) 📝 `spotify_player/src/event/popup.rs` (+6 -6) 📝 `spotify_player/src/event/window.rs` (+1 -1) 📝 `spotify_player/src/media_control.rs` (+2 -3) 📝 `spotify_player/src/state/data.rs` (+2 -2) 📝 `spotify_player/src/state/model.rs` (+42 -44) 📝 `spotify_player/src/state/player.rs` (+9 -11) 📝 `spotify_player/src/ui/mod.rs` (+4 -4) 📝 `spotify_player/src/ui/page.rs` (+7 -7) 📝 `spotify_player/src/ui/playback.rs` (+14 -14) </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-03-02 23:49:57 +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/spotify-player#817
No description provided.