mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
translation update
This commit is contained in:
@ -269,7 +269,6 @@ class AlbumView(Gtk.ScrolledWindow):
|
||||
except:
|
||||
dura=0.0
|
||||
length=length+dura
|
||||
duration=str(datetime.timedelta(seconds=int(dura)))
|
||||
length_human_readable=str(datetime.timedelta(seconds=int(length)))
|
||||
tooltip=(_("%(total_tracks)i titles (%(total_length)s)") % {"total_tracks": len(songs), "total_length": length_human_readable})
|
||||
return tooltip
|
||||
@ -614,7 +613,6 @@ class Browser(Gtk.Box):
|
||||
self.title_list.album_to_playlist(selected_album, selected_artist, selected_album_year, False, True)
|
||||
album.destroy()
|
||||
|
||||
|
||||
def on_album_selection_change(self, widget):
|
||||
paths=widget.get_selected_items()
|
||||
if not len(paths) == 0:
|
||||
|
Reference in New Issue
Block a user