shouldn't have removed that
This commit is contained in:
parent
560671c1da
commit
e9bfd056c8
1 changed files with 1 additions and 0 deletions
|
@ -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 () {
|
||||||
|
|
Loading…
Reference in a new issue