Document parameter
This commit is contained in:
parent
4f411a48d6
commit
29a19a8b27
@ -67,6 +67,8 @@ class CurrentPlaylistController(object):
|
||||
:type track: :class:`mopidy.models.Track`
|
||||
:param at_position: position in current playlist to add track
|
||||
:type at_position: int or :class:`None`
|
||||
:param increase_version: if the playlist version should be increased
|
||||
:type increase_version: :class:`True` or :class:`False`
|
||||
:rtype: two-tuple of (CPID integer, :class:`mopidy.models.Track`) that
|
||||
was added to the current playlist playlist
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user