core: Tweak PR #1238

This commit is contained in:
Stein Magnus Jodal 2015-07-26 12:18:49 +02:00
parent 36dea42100
commit e930e2becd
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ Core API
- Add `max_tracklist_length` config and limitation. (Fixes: :issue:`997`
PR: :issue:`1225`)
- Added ``playlist_deleted`` event (Fixes: :issue:`996`)
- Added ``playlist_deleted`` event. (Fixes: :issue:`996`)
Models
------

View File

@ -129,7 +129,7 @@ class CoreListener(listener.Listener):
*MAY* be implemented by actor.
:param uri: the uri of the deleted playlist
:param uri: the URI of the deleted playlist
:type uri: string
"""
pass