-
Notifications
You must be signed in to change notification settings - Fork 480
Closed
Labels
enhancementA new feature that would improve SpotifydA new feature that would improve Spotifydgood first issueAn easy to implement issue, good for first time contributors or people new to open sourceAn easy to implement issue, good for first time contributors or people new to open source
Milestone
Description
librespot
allows to differentiate between audio and credential caching or credential-only caching. We could introduce a new config entry and pass it down to librespot
.
Line 483 in 5d6771c
.and_then(|path| Some(Cache::new(path, true))); |
true
indicates the Cache to also cache audio files. Implementing this feature would mean passing down a bool and adding a new field to the configuration struct instead of hard-coding it to true
.
Metadata
Metadata
Assignees
Labels
enhancementA new feature that would improve SpotifydA new feature that would improve Spotifydgood first issueAn easy to implement issue, good for first time contributors or people new to open sourceAn easy to implement issue, good for first time contributors or people new to open source