mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
fixed typo
This commit is contained in:
parent
dffdfd73ae
commit
69a674631b
@ -2925,7 +2925,7 @@ class SearchWindow(Gtk.Box):
|
||||
self.client.files_to_playlist(self.songs_view.get_files(), False, True)
|
||||
|
||||
def on_open_clicked(self, *args):
|
||||
self.client.files_to_playlist(self.songs_view.get_files(), self.year, False)
|
||||
self.client.files_to_playlist(self.songs_view.get_files(), False)
|
||||
|
||||
class LyricsWindow(Gtk.Frame):
|
||||
def __init__(self, client, settings, width, height):
|
||||
|
Loading…
Reference in New Issue
Block a user