mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #187] add a config option to specify what port to listen on #91
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#91
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?
Originally created by @ztmr on GitHub (Dec 6, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/187
While initializing the spt, webserver cannot be started because I have something else listening on the 8888 port. The URL seems to be hardcoded in the code.
It would be great if this port number was configurable.
@Rigellute commented on GitHub (Dec 23, 2019):
Ah dang! Great idea, this would be fairly straightforward to implement if anyone wants to have a go.
@mbajer42 commented on GitHub (Jan 7, 2020):
I hope it's ok that I created a PR for this.
@UltraWelfare commented on GitHub (Feb 4, 2020):
I think this should be closed as it is fixed by PR #204
@Rigellute commented on GitHub (Feb 4, 2020):
Indeed you are right, thanks @UltraWelfare