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:
parent
32fe7d3773
commit
a79690a340
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user