mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[PR #245] [MERGED] Add support for getting track's data from CLI get command #1617
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1617
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/245
Author: @aome510
Created: 9/3/2023
Status: ✅ Merged
Merged: 9/3/2023
Merged by: @aome510
Base:
master← Head:add-get-track-data-from-cli📝 Commits (2)
c8d7137add support for getting track's data from CLIgetcommand40b4b3ccleanup📊 Changes
5 files changed (+42 additions, -37 deletions)
View changed files
📝
spotify_player/src/cli/client.rs(+17 -18)📝
spotify_player/src/cli/commands.rs(+14 -14)📝
spotify_player/src/cli/handlers.rs(+4 -4)📝
spotify_player/src/cli/mod.rs(+1 -1)📝
spotify_player/src/client/mod.rs(+6 -0)📄 Description
get contextCLI command withget itemCLI commandget item track <--id <id>|--name <name>>support for getting track data🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.