core: Doc Playlist.last_modified not being set

...if get_playlists() is called with include_tracks=False
This commit is contained in:
Stein Magnus Jodal 2015-03-23 13:22:50 +01:00
parent df604bb3e5
commit 6815868e24

View File

@ -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.
"""