[PR #342] [MERGED] docs: fixes keymap command name #723

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

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/342
Author: @massivebird
Created: 1/22/2024
Status: Merged
Merged: 1/23/2024
Merged by: @aome510

Base: masterHead: fix-config-search


📝 Commits (1)

  • a180959 docs: fixes keymap command name

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 docs/config.md (+1 -1)

📄 Description

Using the example keymap.toml configuration spawned this issue:

$ spotify_player
Error: TOML parse error at line 8, column 11
  |
8 | command = "SearchContext"
  |           ^^^^^^^^^^^^^^^
unknown variant ... [[truncated]]

This change fixes the command name from SearchContext to Search, which runs without issue.


🔄 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/342 **Author:** [@massivebird](https://github.com/massivebird) **Created:** 1/22/2024 **Status:** ✅ Merged **Merged:** 1/23/2024 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `fix-config-search` --- ### 📝 Commits (1) - [`a180959`](https://github.com/aome510/spotify-player/commit/a18095975ce19dabf5322919d40a03cbe8e0eccd) docs: fixes keymap command name ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/config.md` (+1 -1) </details> ### 📄 Description Using the example `keymap.toml` configuration spawned this issue: ``` $ spotify_player Error: TOML parse error at line 8, column 11 | 8 | command = "SearchContext" | ^^^^^^^^^^^^^^^ unknown variant ... [[truncated]] ``` This change fixes the command name from `SearchContext` to `Search`, which runs without issue. --- <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:32 +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#723
No description provided.