docs: added param info for stream_title_changed

This commit is contained in:
Nick Steel 2015-10-19 22:56:54 +01:00
parent b1a2d14439
commit d6c2e513b4

View File

@ -181,5 +181,8 @@ class CoreListener(listener.Listener):
Called whenever the currently playing stream title changes.
*MAY* be implemented by actor.
:param title: the new stream title
:type title: string
"""
pass