mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
replaced 'playlist' command with 'playlistinfo'
This commit is contained in:
@ -271,7 +271,7 @@ class Client(AutoSettingsClient):
|
||||
if not f == current_song_file:
|
||||
self.add(f)
|
||||
else:
|
||||
self.move(0, (len(self.playlist())-1))
|
||||
self.move(0, (len(self.playlistinfo())-1))
|
||||
|
||||
def album_to_playlist(self, album, artist, year, append, force=False):
|
||||
songs=self.find("album", album, "date", year, self.settings.get_artist_type(), artist)
|
||||
|
Reference in New Issue
Block a user