From 4693fa7f8ef919d465fe980f089cb57ac43f0018 Mon Sep 17 00:00:00 2001 From: Jens Luetjen Date: Sat, 2 Apr 2016 16:55:18 +0200 Subject: [PATCH] Correct wrong docstring --- mopidy/internal/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/internal/models.py b/mopidy/internal/models.py index 67fff40d..6ff17b5b 100644 --- a/mopidy/internal/models.py +++ b/mopidy/internal/models.py @@ -90,7 +90,7 @@ class TracklistState(ValidatedImmutableObject): :type random: bool :param single: the single mode :type single: bool - :param next_tlid: the id of the next track to play + :param next_tlid: the id for the next added track :type next_tlid: int :param tl_tracks: the list of tracks :type tl_tracks: list of :class:`TlTrack`