From 29a19a8b27d747ab8388eaa03b1485537f1139ac Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 28 Oct 2012 21:26:10 +0100 Subject: [PATCH] Document parameter --- mopidy/core/current_playlist.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mopidy/core/current_playlist.py b/mopidy/core/current_playlist.py index 6c484daf..fb296a52 100644 --- a/mopidy/core/current_playlist.py +++ b/mopidy/core/current_playlist.py @@ -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 """