Clarify cache path variable (#7598)

Removes ambiguous statement about cache directory. The cache_path is for an authentication token, and it is a file.

Addresses #7330
This commit is contained in:
Nicholas Westerhausen 2018-11-24 07:22:56 -05:00 committed by Franck Nijhof
parent 5edb2f4df1
commit 05c16687ab

View File

@ -72,9 +72,10 @@ client_secret:
required: true
type: string
cache_path:
description: Path to cache authentication token (defaults to configuration directory).
description: Path to cache authentication token.
required: false
type: string
default: .spotify-token-cache
aliases:
description: "Dictionary of device ids to be aliased, handy for devices that Spotify cannot properly determine the device name of. New devices will be logged to the `info` channel for ease of aliasing."
required: false