You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2023. It is now read-only.
libspotify has the possibility to disable caching by setting the cache path to empty string "".
However when I set cache_path = "" in spop, it instead created a cache folder named /""
Instead setting cache_path= (empty) , spop fails with "Can't create the cache path"
It would be good to be able to disable caching.