Skip to content

Commit c9ec5e4

Browse files
committed
A little fiddling with embyupdate
Clean up some wording w/r/t efbd58c.
1 parent d992221 commit c9ec5e4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

beetsplug/embyupdate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def __init__(self):
153153
u'host': u'http://localhost',
154154
u'port': 8096,
155155
u'apikey': None,
156-
u'password': None
156+
u'password': None,
157157
})
158158

159159
self.register_listener('database_change', self.listen_for_db_change)

docs/changelog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ Fixes:
4747
:bug:`2302`
4848
* :doc:`/plugins/lyrics`: The plugin now reports a beets-specific User-Agent
4949
header when requesting lyrics. :bug:`2357`
50-
* :doc:`/plugins/embyupdate`: Fix a bug that apikey and password is needed in config.
50+
* :doc:`/plugins/embyupdate`: The plugin now checks whether an API key or a
51+
password is provided in the configuration.
5152

5253
For plugin developers: new importer prompt choices (see :ref:`append_prompt_choices`), you can now provide new candidates for the user to consider.
5354

docs/plugins/embyupdate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ EmbyUpdate Plugin
33

44
``embyupdate`` is a plugin that lets you automatically update `Emby`_'s library whenever you change your beets library.
55

6-
To use ``embyupdate`` plugin, enable it in your configuration (see :ref:`using-plugins`). Then, you'll probably want to configure the specifics of your Emby server. You can do that using an ``emby:`` section in your ``config.yaml``, which looks like this::
6+
To use ``embyupdate`` plugin, enable it in your configuration (see :ref:`using-plugins`). Then, you'll want to configure the specifics of your Emby server. You can do that using an ``emby:`` section in your ``config.yaml``, which looks like this::
77

88
emby:
99
host: localhost

0 commit comments

Comments
 (0)