From 05c16687aba114ad8182438ebc232134dc723b6f Mon Sep 17 00:00:00 2001 From: Nicholas Westerhausen Date: Sat, 24 Nov 2018 07:22:56 -0500 Subject: [PATCH] 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 --- source/_components/media_player.spotify.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/media_player.spotify.markdown b/source/_components/media_player.spotify.markdown index 8bc1f70e8a8..3ba710b06d8 100644 --- a/source/_components/media_player.spotify.markdown +++ b/source/_components/media_player.spotify.markdown @@ -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