mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #341] Loading issue for library selections #143
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#143
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 @BKitor on GitHub (Mar 16, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/341
With the new update (0.16.0) the load time for selections in the Library bar are slow to load up. When an item is selected (Made For You, Recently Played, etc ...), there is a noticeable pause as spt fetches the data.
It might be smart to try and pre-load the values and have them saved on startup.
@Rigellute commented on GitHub (Mar 17, 2020):
I've considered caching some parts, but so far have thought that it adds complexity. Could investigate this though now