Skip to content

Commit

Permalink
Tweak docs and changelog for #1494
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Jun 4, 2015
1 parent 7cb0037 commit 7c0f716
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.rst
Expand Up @@ -23,6 +23,8 @@ New features:
new version of the ``musicbrainzngs`` library that is not yet released, but
will start working when it is available.) Thanks to :user:`ruippeixotog`.
:bug:`1104` :bug:`1493`
* :doc:`/plugins/plexupdate`: A new ``token`` configuration option lets you
specify a key for Plex Home setups. Thanks to :user:`edcarroll`. :bug:`1494`


Fixes:
Expand Down Expand Up @@ -56,8 +58,6 @@ Fixes:
* Fix a bug, where the autotagger still considers matches that are specifically
listed under the config's ignored section. :bug:`1487`
* Fix a bug with unicode strings when generating thumbnails. :bug:`1485`
* :doc:`/plugins/plexupdate`: Fixed library updates not working when in a Plex
Home by allowing a token with requests.


1.3.13 (April 24, 2015)
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/plexupdate.rst
Expand Up @@ -15,7 +15,7 @@ which looks like this::
port: 32400
token: token

Use the token configuration option only when in a Plex Home (see `Plex Token`_)
The ``token`` key is optional: you'll need to use it when in a Plex Home (see Plex's own `documentation about tokens`_).

To use the ``plexupdate`` plugin you need to install the `requests`_ library with:

Expand All @@ -26,7 +26,7 @@ server every time you change your beets library.

.. _Plex: http://plex.tv/
.. _requests: http://docs.python-requests.org/en/latest/
.. _Plex Token: https://support.plex.tv/hc/en-us/articles/204059436-Finding-your-account-token-X-Plex-Token
.. _documentation about tokens: https://support.plex.tv/hc/en-us/articles/204059436-Finding-your-account-token-X-Plex-Token

Configuration
-------------
Expand Down

0 comments on commit 7c0f716

Please sign in to comment.