core: Remove tracklist.append()
This commit is contained in:
parent
1ed56c9ed7
commit
3dc1586213
@ -161,6 +161,9 @@ backends:
|
||||
- Remove :attr:`mopidy.core.PlaybackController.current_tlid`. Use
|
||||
:attr:`mopidy.core.PlaybackController.current_tl_track` instead.
|
||||
|
||||
- Remove :meth:`mopidy.core.TracklistController.append`. Use
|
||||
:meth:`mopidy.core.TracklistController.add` instead.
|
||||
|
||||
- Added support for connecting to the Spotify service through an HTTP or SOCKS
|
||||
proxy, which is supported by pyspotify >= 1.9.
|
||||
|
||||
|
||||
@ -109,11 +109,6 @@ class TracklistController(object):
|
||||
else:
|
||||
return tl_tracks
|
||||
|
||||
append = add
|
||||
"""
|
||||
Alias for :meth:`add`.
|
||||
"""
|
||||
|
||||
def clear(self):
|
||||
"""
|
||||
Clear the tracklist.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user