diff --git a/src/ui/play_queue.vala b/src/ui/play_queue.vala index abb869a..9801637 100644 --- a/src/ui/play_queue.vala +++ b/src/ui/play_queue.vala @@ -136,7 +136,7 @@ public class Ui.PlayQueue : Gtk.Box { var child = new PlayQueueSong (this.playbin); child.draggable = true; - child.show_position = false; + child.show_position = true; child.show_artist = true; child.show_album = true;