From f636167bd0ce3dceddae224c4524dedaa965d669 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Wed, 15 Nov 2023 10:13:56 -0500 Subject: [PATCH] Update docs/changelog.rst Co-authored-by: J0J0 Todos <2733783+JOJ0@users.noreply.github.com> --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8126ef133..1ff5b59c8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -17,7 +17,7 @@ Major new features: New features: -* :doc:`plugins/spotify`: We now fetch ISRC, EAN, and UPC identifiers from Spotify. +* :doc:`plugins/spotify`: We now fetch track's ISRC, EAN, and UPC identifiers from Spotify when using the ``spotifysync`` command. :bug:`4992` * :doc:`plugins/discogs`: supply a value for the `cover_art_url` attribute, for use by `fetchart`. :bug:`429`