shouldn't have removed that

This commit is contained in:
Erica Z 2024-10-16 12:51:01 +02:00
parent 560671c1da
commit e9bfd056c8

View file

@ -244,6 +244,7 @@ class Playbin : GLib.Object {
this.current_song = song; this.current_song = song;
this.position = 0; this.position = 0;
this.duration = 1; this.duration = 1;
this.now_playing (false);
} }
public void pause () { public void pause () {