core: Tweak PR #1238
This commit is contained in:
parent
36dea42100
commit
e930e2becd
@ -41,7 +41,7 @@ Core API
|
|||||||
- Add `max_tracklist_length` config and limitation. (Fixes: :issue:`997`
|
- Add `max_tracklist_length` config and limitation. (Fixes: :issue:`997`
|
||||||
PR: :issue:`1225`)
|
PR: :issue:`1225`)
|
||||||
|
|
||||||
- Added ``playlist_deleted`` event (Fixes: :issue:`996`)
|
- Added ``playlist_deleted`` event. (Fixes: :issue:`996`)
|
||||||
|
|
||||||
Models
|
Models
|
||||||
------
|
------
|
||||||
|
|||||||
@ -129,7 +129,7 @@ class CoreListener(listener.Listener):
|
|||||||
|
|
||||||
*MAY* be implemented by actor.
|
*MAY* be implemented by actor.
|
||||||
|
|
||||||
:param uri: the uri of the deleted playlist
|
:param uri: the URI of the deleted playlist
|
||||||
:type uri: string
|
:type uri: string
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user