Skip to content

Allow credential-only caching #351

@mainrs

Description

@mainrs

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.

.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

No one assigned

    Labels

    enhancementA new feature that would improve Spotifydgood first issueAn easy to implement issue, good for first time contributors or people new to open source

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions