bring back position in play queue
This commit is contained in:
parent
a556fe7e29
commit
41bfab9ab8
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ public class Ui.PlayQueue : Gtk.Box {
|
||||||
var child = new PlayQueueSong (this.playbin);
|
var child = new PlayQueueSong (this.playbin);
|
||||||
|
|
||||||
child.draggable = true;
|
child.draggable = true;
|
||||||
child.show_position = false;
|
child.show_position = true;
|
||||||
child.show_artist = true;
|
child.show_artist = true;
|
||||||
child.show_album = true;
|
child.show_album = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue