From 919e8be4e351a2e53065e4b96e5d1747a6cb8aae Mon Sep 17 00:00:00 2001 From: Alex <37914724+jmizv@users.noreply.github.com> Date: Fri, 14 Jan 2022 23:13:29 +0100 Subject: [PATCH 1/2] use correct headings --- docs/plugins/limit.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins/limit.rst b/docs/plugins/limit.rst index ac8cc72c0..8c4330aa8 100644 --- a/docs/plugins/limit.rst +++ b/docs/plugins/limit.rst @@ -32,13 +32,13 @@ you can use the query prefix in ``smartplaylist`` playlist for applications like most played and recently added. Configuration -============= +------------- Enable the ``limit`` plugin in your configuration (see :ref:`using-plugins`). Examples -======== +-------- First 10 tracks From a09829f47f61112090d5073ce168b53b807ac252 Mon Sep 17 00:00:00 2001 From: Alex <37914724+jmizv@users.noreply.github.com> Date: Fri, 14 Jan 2022 23:22:27 +0100 Subject: [PATCH 2/2] Update changelog.rst --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 71ef9973b..f4df82e5c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -43,6 +43,7 @@ Bug fixes: :bug:`4227` * :doc:`plugins/lyrics`: Fixed issues with the Tekstowo.pl and Genius backends where some non-lyrics content got included in the lyrics +* :doc:`plugins/limit`: Better header formatting to improve index For packagers: