mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #994] disabling error screens through config #440
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#440
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 @IannBridges on GitHub (Jun 8, 2022).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/994
Is there an option to disable error screens upon "non-critical errors" through the config file? A critical error would be no playback device, connection, etc.
I say this because I consistently get unexpected type errors in the
progress-msfield because there is a negative number when au32is expected. I may be able to patch this in myself if it doesn't already exist.