From 6815868e241400e9ae2144fa434ae7b3a507de1e Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 23 Mar 2015 13:22:50 +0100 Subject: [PATCH] core: Doc Playlist.last_modified not being set ...if get_playlists() is called with include_tracks=False --- mopidy/core/playlists.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mopidy/core/playlists.py b/mopidy/core/playlists.py index 0262deaa..54797abe 100644 --- a/mopidy/core/playlists.py +++ b/mopidy/core/playlists.py @@ -60,6 +60,11 @@ class PlaylistsController(object): :rtype: list of :class:`mopidy.models.Playlist` + .. versionchanged:: 1.0 + If you call the method with ``include_tracks=False``, the + :attr:`~mopidy.models.Playlist.last_modified` field of the returned + playlists is no longer set. + .. deprecated:: 1.0 Use :meth:`as_list` and :meth:`get_items` instead. """