mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-25 23:55:53 +03:00
[PR #1151] API callback listener use 127.0.0.1 instead of localhost #1160
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#1160
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/Rigellute/spotify-tui/pull/1151
Author: @tobraha
Created: 4/16/2025
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
f19ce76use 127.0.0.1 instead of localhost📊 Changes
2 files changed (+4 additions, -4 deletions)
View changed files
📝
README.md(+2 -2)📝
src/config.rs(+2 -2)📄 Description
R.I.P. spotify-tui 😭
Spotify client apps now require HTTPS except for localhost callback listeners, but it only recognizes
127.0.0.1and notlocalhost.This updates the instructions and callback reference.
Resolves #1150
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.