Remove Track.mpd_format() which is no longer in use
This commit is contained in:
parent
6f6e2c7fd7
commit
ab4f21b389
@ -185,10 +185,6 @@ class Track(ImmutableObject):
|
||||
self.__dict__['artists'] = frozenset(kwargs.pop('artists', []))
|
||||
super(Track, self).__init__(*args, **kwargs)
|
||||
|
||||
def mpd_format(self, *args, **kwargs):
|
||||
from mopidy.frontends.mpd import translator
|
||||
return translator.track_to_mpd_format(self, *args, **kwargs)
|
||||
|
||||
|
||||
class Playlist(ImmutableObject):
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user