fixed typo

This commit is contained in:
Martin Wagner 2020-05-18 21:04:44 +02:00
parent dffdfd73ae
commit 69a674631b

View File

@ -2925,7 +2925,7 @@ class SearchWindow(Gtk.Box):
self.client.files_to_playlist(self.songs_view.get_files(), False, True) self.client.files_to_playlist(self.songs_view.get_files(), False, True)
def on_open_clicked(self, *args): 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): class LyricsWindow(Gtk.Frame):
def __init__(self, client, settings, width, height): def __init__(self, client, settings, width, height):