From 41fc7bd4e9c43a337cedd53ce36dba3cec1fdb9d Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 30 Oct 2014 22:49:57 -0700 Subject: [PATCH] lastimport: Add defaults to docs --- docs/plugins/lastimport.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/plugins/lastimport.rst b/docs/plugins/lastimport.rst index 5dc2483ef..f0fe662fb 100644 --- a/docs/plugins/lastimport.rst +++ b/docs/plugins/lastimport.rst @@ -42,8 +42,10 @@ Configuration ------------- Aside from the required ``lastfm.user`` field, this plugin has some specific -options under the ``lastimport`` section: +options under the ``lastimport:`` section: * ``per_page``: The number of tracks to request from the API at once. + Default: 500. * ``retry_limit``: How many times should we re-send requests to Last.fm on failure? + Default: 3.