From e607763028495badfda68098f18220eb0dada9fe Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 8 May 2022 16:08:20 -0400 Subject: [PATCH] Fix typo! --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index e5cbb66cc..72b1cf1fe 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,7 +8,7 @@ Changelog goes here! New features: -* :doc:`/pluings/spotify`: The plugin now records Spotify-specific IDs in the +* :doc:`/plugins/spotify`: The plugin now records Spotify-specific IDs in the `spotify_album_id`, `spotify_artist_id`, and `spotify_track_id` fields. :bug:`4348` * Create the parental directories for database if they do not exist.